diff --git a/web/static/public.css b/web/static/public.css index 0163534..fefbdef 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1889,6 +1889,10 @@ dt { align-items: center; } +.weather-forecast span, .weather-forecast time { + line-height: 1; +} + .weather-forecast span { font-size: .95em; }