This commit is contained in:
2025-05-13 11:50:29 -07:00
parent 1736887262
commit 8d601a8657
3 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,10 @@
}
#mobile-nav-toggle {
@include media-breakpoint-up(md) {
display: none;
}
svg:first-of-type {
display: block;
}