From: Laury GvR Date: Mon, 9 May 2016 20:30:46 +0000 (-0400) Subject: Remove featured on small X-Git-Tag: v1.0.0^2~62 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=69dd96192d835508f50ea0db62ba0c4563ef3578;p=WP-Themes%2FDiscoverKZOO.git Remove featured on small --- diff --git a/css/app.css b/css/app.css index e5c0e24..a5c17c7 100644 --- a/css/app.css +++ b/css/app.css @@ -6950,6 +6950,9 @@ header { .feature-img { border-bottom: 5px solid #57b649; margin-bottom: 50px; } + @media only screen and (max-width: 40em) { + .feature-img > div { + display: none; } } #bottom-lens img { width: 100%; } diff --git a/scss/_main.scss b/scss/_main.scss index 1c94944..7358008 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -221,6 +221,11 @@ border-bottom: 5px solid $green; // max-height: 300px; margin-bottom: 50px; + @media #{$small-only} { + > div { + display: none; + } + } } #bottom-lens { img {