align min-width with the other min-width values

This commit is contained in:
mcnesium 2024-03-12 14:44:12 +01:00 committed by Frédéric Guillot
parent 45d486b919
commit ee3486af66
1 changed files with 1 additions and 1 deletions

View File

@ -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 */ /* 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 { .logo {
display: none; display: none;
} }