Skip to content

Commit

Permalink
align min-width with the other min-width values
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnesium committed Mar 12, 2024
1 parent 6d97f8b commit 4a33d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ a:hover {
}

/* Hide the logo when there is not enough space to display menus when using languages more verbose than English */
@media (min-width: 625px) and (max-width: 830px) {
@media (min-width: 620px) and (max-width: 830px) {
.logo {
display: none;
}
Expand Down

0 comments on commit 4a33d5f

Please sign in to comment.