There was an error while loading. Please reload this page.
1 parent 3919cd5 commit efd8d5dCopy full SHA for efd8d5d
src/components/footer/Footer.svelte
@@ -64,24 +64,23 @@
64
.footer_copyright {
65
order: 2;
66
font-size: 0.813rem;
67
+ a {
68
+ font-variation-settings: 'wght' 500;
69
+ }
70
+ @media (min-width: 960px) {
71
+ font-size: 0.938rem;
72
73
@media (min-width: 1280px) {
74
order: 1;
- .copyright {
- font-size: 110%;
- }
75
}
76
77
@media (min-width: 960px) {
78
font-size: 0.938em;
79
80
a {
81
display: inline-block;
- font-size: 0.813rem;
82
color: var(--c-link);
83
text-decoration: none;
- @media (min-width: 960px) {
- font-size: 0.938rem;
84
85
&:hover {
86
color: var(--c-link-hl);
87
0 commit comments