mirror of
https://github.com/Xevion/glance.git
synced 2025-12-16 14:12:05 -06:00
Reduce max width of weather columns
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user