From 8aeb4a175913c4f0ff65a6e0de676df36266ae73 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 29 Jan 2025 10:44:47 +0100 Subject: [PATCH] Reduce vertical spacing of weather widget --- web/static/public.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }