From cbf533aa7dc713fb1c2b031cd7a8edf675c0deb7 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 30 Mar 2016 15:15:11 +0200 Subject: [PATCH] Minor visual changes. --- modules/weatherforecast/weatherforecast.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/weatherforecast/weatherforecast.css b/modules/weatherforecast/weatherforecast.css index c46c633a..5f62b3e0 100644 --- a/modules/weatherforecast/weatherforecast.css +++ b/modules/weatherforecast/weatherforecast.css @@ -1,6 +1,6 @@ .weatherforecast .day { padding-left: 0px; - padding-right: 20px; + padding-right: 25px; } .weatherforecast .weather-icon { @@ -9,7 +9,7 @@ } .weatherforecast .min-temp { - padding-left: 10px; + padding-left: 20px; padding-right: 0px; }