Reduce vertical spacing of weather widget

This commit is contained in:
jordi fita mas 2025-01-29 10:44:47 +01:00
parent c7ffa15db1
commit 8aeb4a1759
1 changed files with 4 additions and 0 deletions

View File

@ -1889,6 +1889,10 @@ dt {
align-items: center;
}
.weather-forecast span, .weather-forecast time {
line-height: 1;
}
.weather-forecast span {
font-size: .95em;
}