reducing margin between the home page blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 7 Jun 2018 19:19:08 +0000 (15:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 7 Jun 2018 19:19:08 +0000 (15:19 -0400)
home page blocks were popping out of flow because of too much margin at lower bounds of large view

css/app.css
scss/plugins/_blocks.scss

index 7e19c9f..bc0ecaa 100644 (file)
@@ -7855,7 +7855,7 @@ body .stButton .sharethis {
     position: relative;
     height: 300px;
     max-width: 320px;
-    margin: 15px;
+    margin: 15px 5px;
     border: 5px double rgba(57, 77, 86, 0.3); }
     @media only screen and (min-width:0em) and (max-width:64em) {
       .blocks .block:not(.events-block) {
index f8dfa88..391ceb4 100644 (file)
@@ -30,7 +30,7 @@
         height: 300px;
         max-width: 320px;
         // margin: 20px 20px 0 0;
-        margin: 15px;
+        margin: 15px 5px;
         border: 5px double rgba($dark-blue, .3);
         @media #{$medium-down}{
             margin: 0 auto;