Skip to content

Commit

Permalink
fix(UI): adjust navbar style in small screen
Browse files Browse the repository at this point in the history
Refs: #94
  • Loading branch information
kunfang98927 committed Jul 3, 2024
1 parent 3c1228f commit d808d47
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 d808d47

Please sign in to comment.