Skip to content

Commit

Permalink
Merge pull request #1246 from rajveeerr/testemonial
Browse files Browse the repository at this point in the history
Fix Responsiveness Issues and Overlap of Hamburger Menu and Dark Mode Toggle
  • Loading branch information
SurajPratap10 authored Oct 17, 2024
2 parents 7197d4c + d5978a1 commit 5df0e86
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 @@ -204,7 +204,7 @@ body {
align-items: center;
}

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

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

@media (max-width: 900px) {
@media (max-width: 1180px) {
.navbar {
display: none;
}
Expand Down Expand Up @@ -9327,7 +9327,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 5df0e86

Please sign in to comment.