Reduce max width of weather columns
This commit is contained in:
parent
514d5f92d1
commit
f0ca2edb25
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ body {
|
|||
flex-direction: column;
|
||||
width: calc(100% / 12);
|
||||
padding-top: 3px;
|
||||
max-width: 3.5rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
|
||||
.weather-column-value, .weather-columns:hover .weather-column-value {
|
||||
|
|
Loading…
Add table
Reference in a new issue