Skip to content

Commit a02784c

Browse files
committed
Refactor layout
1 parent b8fdbb0 commit a02784c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

styles/index.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,15 +435,11 @@ body > nav > details > summary {
435435

436436
/* clip-path: inset(0px 244px 1px 170px); */
437437

438-
&::after { float: right }
439438
}
439+
body > nav details > summary::after { min-width: 1ch }
440440
body > nav > details > summary::before { float: left }
441441

442442
nav > details > ul {
443-
width: auto;
444-
max-width: unset;
445-
display: list-item;
446-
position: relative;
447443
}
448444
nav > details > ul li li { list-style: '➱' inside }
449445
nav > details > ul li li:hover { list-style-type: '➯' }

0 commit comments

Comments
 (0)