Skip to content

Commit

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

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

.nav-item {
Expand Down

0 comments on commit bd338d7

Please sign in to comment.