Skip to content

Commit d0b4101

Browse files
committed
style: adjust navigation component spacing and hover state transitions
1 parent 905db19 commit d0b4101

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

css/components/nav.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
flex-direction: var(--nav-direction, column);
2323
gap: var(--nav-gap);
2424
list-style: none;
25-
margin: 0;
26-
}
27-
28-
&,
29-
&:is(ul, ol) {
25+
margin-block: 0;
3026
padding-inline-start: 0;
3127
}
3228

0 commit comments

Comments
 (0)