From 2ea591a675e55675da40c6bcdc04a4a286c543b7 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 20 Dec 2015 19:21:06 -0300 Subject: [PATCH] Fix margin on modals --- public/views/create.html | 6 +++--- src/css/mobile.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/views/create.html b/public/views/create.html index 3f2e0fcb2..98d3e88a8 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -99,7 +99,7 @@
-
+
- - diff --git a/src/css/mobile.css b/src/css/mobile.css index 0d042ad18..b7e05c87d 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -630,7 +630,7 @@ to prevent collapsing during animation*/ height: 100%; width: 100%; top: 45px; - padding-bottom: 33px; + padding-bottom: 50px; -webkit-transform: translate3d(0,0,0); background: #f6f7f9; }