From cdb2e2463088ff5ba8ff71c61800333594f91334 Mon Sep 17 00:00:00 2001 From: Ali Movahedi Date: Wed, 17 Sep 2014 11:24:55 +0430 Subject: [PATCH] Update main.less --- client/css/main.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/css/main.less b/client/css/main.less index abc0e89..3cdb7e7 100644 --- a/client/css/main.less +++ b/client/css/main.less @@ -192,11 +192,12 @@ a[href="#"].running { color: white; } .counter { - padding: 10px; + padding: 1rem; position: fixed; - left: 0px; - bottom: 0px; + left: 0rem; + bottom: 0rem; } .counter p { - font-size: 20px; + font-size: 2rem; } +