adding separate media query for blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Dec 2015 18:56:49 +0000 (13:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Dec 2015 18:56:49 +0000 (13:56 -0500)
css/app.css
scss/_main.scss

index bcd3c51..780f2f4 100644 (file)
@@ -7067,6 +7067,10 @@ main a {
 .stButton .chicklets {
   height: 20px !important; }
 
+@media 40.063em, 64em {
+  .blocks {
+    margin-top: 35px !important; } }
+
 #slideshow {
   top: -121px;
   position: relative;
index a7da701..0b3f9ee 100644 (file)
@@ -139,5 +139,9 @@ a.title-posts h1{
     height: 20px !important;
     
 }
-
+@media #{$medium-range}{
+    .blocks{
+        margin-top: 35px !important;
+    }
+}