From ee1d422c8730f07b3a2fd7a55519924cf96bcb35 Mon Sep 17 00:00:00 2001 From: arzynik Date: Tue, 17 Jul 2012 00:53:01 -0700 Subject: [PATCH] updated mobile spacing --- include/views/default/crunchbutton/layout/landing.phtml | 1 + www/assets/css/landing.css | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/views/default/crunchbutton/layout/landing.phtml b/include/views/default/crunchbutton/layout/landing.phtml index 3e8f8c574..5f0123cbf 100644 --- a/include/views/default/crunchbutton/layout/landing.phtml +++ b/include/views/default/crunchbutton/layout/landing.phtml @@ -10,6 +10,7 @@ + diff --git a/www/assets/css/landing.css b/www/assets/css/landing.css index 32e25fa12..33155377f 100644 --- a/www/assets/css/landing.css +++ b/www/assets/css/landing.css @@ -145,21 +145,22 @@ and (max-width : 1024px) { and (max-width : 500px) { .logo { width: 250px; - margin-top: 30px; + margin-top: 15px; } .tagline { width: 230px; - margin-top: 15px; + margin-top: 10px; } .cake { - margin-top: 40px; + margin-top: 35px; width: 100px; } .desc { - margin-top: 20px; + margin-top: 16px; } p { font-size: 14px; line-height: 20px; + padding: 4px; } }