From 4a06c3c03f7648bb2a39b58446ad2b9ef10d98a9 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Mon, 28 Dec 2015 09:30:07 +0100 Subject: [PATCH] Make min-size of forecast-data larger; should fix #101 . --- data/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/stylesheet.css b/data/stylesheet.css index 6a8c372..d67fcf4 100644 --- a/data/stylesheet.css +++ b/data/stylesheet.css @@ -93,7 +93,7 @@ padding-right: 15px; } .openweather-forecast-databox { -min-width: 140px; +min-width: 160px; } .openweather-forecast-day {