Reduce vertical spacing of weather widget
This commit is contained in:
parent
c7ffa15db1
commit
8aeb4a1759
|
@ -1889,6 +1889,10 @@ dt {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.weather-forecast span, .weather-forecast time {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.weather-forecast span {
|
||||
font-size: .95em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue