Remove featured on small
authorLaury GvR <laury@gaslightmedia.com>
Mon, 9 May 2016 20:30:46 +0000 (16:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 9 May 2016 20:30:46 +0000 (16:30 -0400)
css/app.css
scss/_main.scss

index e5c0e24..a5c17c7 100644 (file)
@@ -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%; }
index 1c94944..7358008 100644 (file)
     border-bottom: 5px solid $green;
 //    max-height: 300px;
     margin-bottom: 50px;
+    @media #{$small-only} {
+        > div {
+            display: none;
+        }
+    }
 }
 #bottom-lens {
     img {