Skip to content

Commit a3f1853

Browse files
JoelCDLJoelCDL
authored andcommitted
Dont’t render sub navigation items in mobile nav
1 parent b32f743 commit a3f1853

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/components/mobilenav.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
mask: url('data-url:npm:fa-light/angle-right.svg') center / 0.7rem no-repeat;
4343
}
4444
}
45+
46+
ul {
47+
display: none;
48+
}
4549
}
4650
}
4751
}

0 commit comments

Comments
 (0)