Przeglądaj źródła

Reduce max width of weather columns

Svilen Markov 1 rok temu
rodzic
commit
f0ca2edb25
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      internal/assets/static/main.css

+ 1 - 1
internal/assets/static/main.css

@@ -706,7 +706,7 @@ body {
     flex-direction: column;
     flex-direction: column;
     width: calc(100% / 12);
     width: calc(100% / 12);
     padding-top: 3px;
     padding-top: 3px;
-    max-width: 3.5rem;
+    max-width: 3rem;
 }
 }
 
 
 .weather-column-value, .weather-columns:hover .weather-column-value {
 .weather-column-value, .weather-columns:hover .weather-column-value {