Skip to content

Commit

Permalink
Dont’t render sub navigation items in mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Nov 21, 2024
1 parent 131a003 commit 12ee155
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/components/mobilenav.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
mask: url('data-url:npm:fa-light/angle-right.svg') center / 0.7rem no-repeat;
}
}

ul {
display: none;
}
}
}
}

0 comments on commit 12ee155

Please sign in to comment.