Blocks styling title
authorLaury GvR <laury@gaslightmedia.com>
Fri, 15 Apr 2016 16:29:43 +0000 (12:29 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 15 Apr 2016 16:29:43 +0000 (12:29 -0400)
css/app.css
scss/_main.scss

index 767cd60..de1b87c 100644 (file)
@@ -6611,6 +6611,8 @@ h2#block-title {
   float: none;
   margin: 0 auto;
   width: 90%; }
+  .blocks .block .block-text h4 {
+    margin-top: 65px; }
 .blocks .overlay:hover:before {
   position: absolute;
   content: '';
index b6af2fd..c3bd1b5 100644 (file)
@@ -119,6 +119,9 @@ h2#block-title {
             float: none;
             margin: 0 auto;
             width: 90%;
+            h4 {
+                margin-top: 65px;
+            }
         }
     }
     & .overlay {