Skip to content

Commit 67413f8

Browse files
committed
💄 fix menu styling
1 parent fe6e92c commit 67413f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/sass/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,14 @@
295295
}
296296

297297
&:hover {
298+
li {
299+
display: block;
300+
}
301+
298302
&::before {
299303
display: block;
300304
position: relative;
301-
width: 100%;
305+
width: auto;
302306
content: 'NAVIGATION';
303307
padding-left: 5%;
304308
border-bottom: 1px solid _palette(fg);

0 commit comments

Comments
 (0)