From 1e11d0e329eeb57401381b09dd7e364eb2b3f7db Mon Sep 17 00:00:00 2001 From: Alfred Egger Date: Sun, 12 Apr 2020 14:09:33 +0200 Subject: [PATCH] Fix margin-top for forecast panel --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9160a38..c9c3aaa 100644 --- a/css/style.css +++ b/css/style.css @@ -154,7 +154,7 @@ #city-forecast-panel { font-size: 1.3em; - margin-top: : 10px; + margin-top: 10px; } #city-forecast-panel td, #city-forecast-panel th {