Front page blocks styling mobile view
authorLaury GvR <laury@gaslightmedia.com>
Thu, 22 Jan 2015 16:23:10 +0000 (11:23 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 22 Jan 2015 16:23:10 +0000 (11:23 -0500)
scss/_structure.scss

index 167399a..1bb8d80 100755 (executable)
@@ -285,6 +285,9 @@ img.framed {
     margin-top: 25px;
     margin-left: 6%;
     height: 220px;
+    @media #{$small-only} {
+        height: 190px;
+    }
     @media #{$medium-only} {
         height: 160px;
     }