From: Laury GvR Date: Thu, 22 Jan 2015 16:23:10 +0000 (-0500) Subject: Front page blocks styling mobile view X-Git-Tag: v1.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3585dab618e339fbcb9afbd18c6b0b089d53f673;p=WP-Themes%2FChippewaCounty.git Front page blocks styling mobile view --- diff --git a/scss/_structure.scss b/scss/_structure.scss index 167399a..1bb8d80 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -285,6 +285,9 @@ img.framed { margin-top: 25px; margin-left: 6%; height: 220px; + @media #{$small-only} { + height: 190px; + } @media #{$medium-only} { height: 160px; }