Skip to content

Commit

Permalink
chore(nav): Always show hamburger toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Feb 6, 2025
1 parent 74c2ce1 commit 8bc1d42
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _sass/materialize/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ nav {
display: flex;
}

@media #{variables.$large-and-up} {
a.button-collapse { display: none; }
}

// @media #{variables.$large-and-up} {
// a.button-collapse { display: none; }
// }

// Collapse button
.button-collapse {
Expand Down

0 comments on commit 8bc1d42

Please sign in to comment.