Skip to content

Commit 211b964

Browse files
committed
make the nav toggle n ot display on pc
1 parent 8416849 commit 211b964

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ p {
111111
}
112112

113113
.header svg {
114+
display: none;
115+
114116
height: 24px;
115117
aspect-ratio: 1;
116118
padding: 4px;
@@ -188,6 +190,8 @@ nav h3 {
188190
}
189191

190192
nav svg {
193+
display: none;
194+
191195
height: 24px;
192196
aspect-ratio: 1;
193197
padding: 4px;
@@ -413,6 +417,11 @@ code {
413417

414418
z-index: 9999;
415419
}
420+
421+
nav svg,
422+
.header svg {
423+
display: initial;
424+
}
416425

417426
nav #nav-container {
418427
height: 100%;

0 commit comments

Comments
 (0)