Skip to content

Commit

Permalink
now mobile navbar work on less than max width:768 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskriti65 authored Jan 7, 2025
2 parents bfd4230 + d9ec5d9 commit d61d0a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body {
/* Bottom Navbar Styles */
.bottom-navbar {
display: flex;
bottom: 20px;
justify-content: space-around;
align-items: center;
padding: 10px 0;
Expand Down Expand Up @@ -69,9 +68,9 @@ body {
}

/* Desktop View (Optional) */
@media (min-width: 1024px) {
@media (min-width: 769px) {
.bottom-navbar {
justify-content: space-evenly;
display:none ;
}

.nav-item {
Expand Down

0 comments on commit d61d0a1

Please sign in to comment.