Просмотр исходного кода

align min-width with the other min-width values

mcnesium 2 лет назад
Родитель
Сommit
ee3486af66
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      internal/ui/static/css/common.css

+ 1 - 1
internal/ui/static/css/common.css

@@ -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;
     }