From 7d81ec2fae6bf60d7cbbb58addbede305df4926e Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Wed, 4 Mar 2015 21:54:44 -0800 Subject: [PATCH] more mobile styles --- public/resources/css/module/_hero.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/resources/css/module/_hero.scss b/public/resources/css/module/_hero.scss index ea67d9cfda..6d2eddab20 100644 --- a/public/resources/css/module/_hero.scss +++ b/public/resources/css/module/_hero.scss @@ -9,6 +9,7 @@ $hero-padding: $unit * 2; screen and (max-device-width: $phone-breakpoint), screen and (max-width: $tablet-breakpoint) { height: auto; + padding-top: 40px; } &.is-large {