Skip to content

Commit

Permalink
fix: add position fixed for mobile navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Nov 11, 2024
1 parent 81c9a68 commit b76d0ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Navbar/MobileHomeNav/MobileHomeNav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
font-weight: 500;
font-size: 1.25rem;
justify-content: center;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: black;
margin-inline: auto;
z-index: 1;

@media (min-width: 480px) {
gap: 1rem;
Expand Down

0 comments on commit b76d0ca

Please sign in to comment.