Skip to content

Commit

Permalink
dropdown background bug fix on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
davewibisono committed Sep 4, 2024
1 parent 62a1993 commit 8bf4502
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,6 @@ header {
.logoWidth {
width: 75% !important;
}

.smallDropdown {
background: transparent !important;
}
}

@media (min-width: 992px) {
Expand All @@ -536,6 +532,10 @@ header {
background-color: transparent !important;
width: 75% !important;
}

.smallDropdown {
background: transparent !important;
}
}

/* Home */
Expand Down

0 comments on commit 8bf4502

Please sign in to comment.