From 9fd5c2b73db4dc9069ce887536e40bd0debd001c Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 17 Feb 2013 11:20:50 +1100 Subject: [PATCH 1/1] Added padding for timer display --- timer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/timer.css b/timer.css index 84a19ac..77e95f7 100644 --- a/timer.css +++ b/timer.css @@ -32,6 +32,7 @@ html, body { border: 0.02em #cccccc solid; border-radius: 0.5em; margin: 0.2em; + padding: 0.1em; } @media only screen and (min-width: 200px) { -- 2.39.2