Commit c447b06
authored
layout: fix footer font-size on large screens #496
The footer font-size media query used `var(--main-breakpoint)` in its
condition. Custom properties are invalid inside media queries, so the
whole block was silently dropped and the footer never got its intended
0.9em on large screens. Inline the 60em literal (matching the other
min-width breakpoints in this file) and drop the now-unused variable.1 parent 4c1a894 commit c447b06
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
487 | 485 | | |
488 | 486 | | |
489 | 487 | | |
490 | | - | |
| 488 | + | |
491 | 489 | | |
492 | 490 | | |
493 | 491 | | |
| |||
0 commit comments