Skip to content

Commit

Permalink
Merge pull request #97 from DDMAL/dropdown-ui
Browse files Browse the repository at this point in the history
fix(UI): adjust navbar style in small screen
  • Loading branch information
kunfang98927 authored Jul 3, 2024
2 parents 3c1228f + d808d47 commit d594092
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ a:hover {
}
.navbar-dropdown {
border-top: none;
box-shadow: none;
display: none;
position: absolute;
background-color: #fff;
Expand All @@ -270,7 +269,7 @@ a:hover {
}
.navbar-dropdown-item {
font-size: 0.7rem;
width: max-content;
width: auto;
}
#feedback-form-btn-container {
margin: 0;
Expand Down

0 comments on commit d594092

Please sign in to comment.