From 30d5816ae5da4b65eedc057cd6b37f8428361e9a Mon Sep 17 00:00:00 2001 From: Movilla Date: Thu, 9 Aug 2012 17:12:49 +0200 Subject: [PATCH] add padding-top footer mobile --- app/assets/stylesheets/mobile.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 6163c6ab3..ee417414f 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -332,7 +332,7 @@ footer { margin: 10px; } padding: { - top: 20px; + top: 60px; bottom: 30px; } }