Tweaks
This commit is contained in:
+9
-7
@@ -57,18 +57,20 @@ body #weather-panel #time {
|
||||
html #weather-panel #time .material,
|
||||
body #weather-panel #time .material {
|
||||
font-variation-settings: "FILL" 0, "wght" 700, "opsz" 24;
|
||||
vertical-align: sub;
|
||||
line-height: inherit;
|
||||
}
|
||||
html #weather-panel #hourly,
|
||||
body #weather-panel #hourly {
|
||||
display: flex;
|
||||
font-size: 0.75rem;
|
||||
margin: 1rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
body #weather-panel #hourly,
|
||||
html #weather-panel #daily,
|
||||
body #weather-panel #daily {
|
||||
display: flex;
|
||||
font-size: 0.7rem;
|
||||
justify-content: space-between;
|
||||
text-align: center;
|
||||
}
|
||||
html #weather-panel #hourly,
|
||||
body #weather-panel #hourly {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
html #weather-panel #daily .daily-slot,
|
||||
body #weather-panel #daily .daily-slot {
|
||||
|
||||
Reference in New Issue
Block a user