Skip to content

Commit

Permalink
Fixing the navbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
O662 committed Dec 27, 2024
1 parent 73c663c commit b1d8eca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions stylesNavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,21 @@
background-color: #575757;
}

@media (max-width: 768px) {
.navbar {
flex-direction: column;
align-items: flex-start;
}

.navbar ul {
justify-content: flex-start;
width: 100%;
}

.navbar-logo {
margin-left: 10px;
height: 30px; /* Adjust the height as needed */
}
}


0 comments on commit b1d8eca

Please sign in to comment.