From 6038c6ab07c68ec165e4f640bb131246296b400c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 31 Oct 2014 11:39:57 -0300 Subject: [PATCH] fix layout for small devices --- css/src/mobile.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index 89c1513e9..f5c498a42 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -39,8 +39,7 @@ margin-top: 40px; margin-left: 0; margin-bottom: -40px; - padding-bottom: 60px; - padding: 20px 1.2rem; + padding: 20px 10px 60px 10px; } .tab-bar {