Skip to content

Commit a2eb634

Browse files
committed
Refactor navigation footer typography
1 parent e0403c8 commit a2eb634

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/typography.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,9 +1063,9 @@ details[role=navigation] {
10631063
body > nav {}
10641064
body > nav::before {}
10651065
:is( body > nav, [role=navigation] )
1066-
> * {
1067-
margin: unset;
1068-
}
1066+
> footer { padding: 1ch 0 }
1067+
:is( body > nav, [role=navigation] )
1068+
> * { margin: unset }
10691069
:is( body > nav, [role=navigation] )[dir]::after {
10701070
margin: unset;
10711071
font-size: 25vh;

0 commit comments

Comments
 (0)