Skip to content

Commit

Permalink
Fixed the navbar styling issue and overlapping of the dark mode icon …
Browse files Browse the repository at this point in the history
…and the hamburger menu
  • Loading branch information
rajveeerr authored Oct 15, 2024
1 parent 408fe96 commit d5978a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ body {
align-items: center;
}

@media (max-width: 900px) {
@media (max-width: 1180px) {
.navbar {
display: none;
}
Expand Down Expand Up @@ -3011,7 +3011,7 @@ body {
align-items: center;
}

@media (max-width: 900px) {
@media (max-width: 1180px) {
.navbar {
display: none;
}
Expand Down Expand Up @@ -5832,7 +5832,7 @@ body {
align-items: center;
}

@media (max-width: 900px) {
@media (max-width: 1180px) {
.navbar {
display: none;
}
Expand Down Expand Up @@ -9188,7 +9188,7 @@ body {
align-items: center;
}

@media (max-width: 900px) {
@media (max-width: 1180px) {
.navbar {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion views/includes/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
border-radius: 10px;
}
@media (max-width:900px){
@media (max-width:1180px){
.hamburger{
display: block;
}
Expand Down

0 comments on commit d5978a1

Please sign in to comment.