From a19eccc47c5ba1551f318b0f99189ba2e6eeaaee Mon Sep 17 00:00:00 2001 From: arzynik Date: Mon, 25 Jun 2012 23:40:35 -0700 Subject: [PATCH] fixed mobile height --- www/assets/css/style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/www/assets/css/style.css b/www/assets/css/style.css index d4f3d5003..d7937790e 100644 --- a/www/assets/css/style.css +++ b/www/assets/css/style.css @@ -90,7 +90,7 @@ body { .meal-item { display: inline-block; width: auto; - height: 212px; + height: 211px; margin-left: 14px; margin-bottom: 12px; } @@ -106,6 +106,7 @@ body { float: left; color: #7e7e7e; cursor: pointer; + text-align: left; -webkit-transition-property: border; -webkit-transition-duration: .25s; @@ -223,11 +224,17 @@ and (max-device-width : 480px) { padding: 5px 0 12px 0; } - .meal-item { + .meal-item-content { width: 304px; height: 121px; margin-bottom: 6px; } + + .meal-item { + height: 133px; + margin-left: 0; + margin-bottom: 2px; + } .logo { margin: 0 auto; @@ -278,6 +285,9 @@ and (max-device-width : 480px) { .meal-pic { background-position: center center !important; } + .footer { + margin-top: 20px; + } } @media only screen