Font edits, different link colors, block h3 decreased
authorLaury GvR <laury@gaslightmedia.com>
Tue, 22 Sep 2015 15:04:07 +0000 (11:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 22 Sep 2015 15:42:55 +0000 (11:42 -0400)
scss/_main.scss

index 9eca89a..80bd182 100644 (file)
@@ -128,8 +128,9 @@ img.orb-shadow {
 }
 main {
     a {
-        font-style: italic;
-        font-family: "Times New Roman"
+/*        font-style: italic;
+        font-family: "Times New Roman"*/
+        font-weight: bold;
     }
     &.page-front {
         margin-top: -25px;
@@ -159,7 +160,7 @@ main {
                     background-position: top center;
                 }
             }
-            .blocks {
+            .block {
                 margin-bottom: 80px;
                 img {
                     border: none;
@@ -167,10 +168,12 @@ main {
                 }
                 h3 {
                     color: $white;
+                    font-size: 22px;
                     margin-top: 0;
                     margin-left: 15px;
                     margin-right: 15px;
                     text-transform: uppercase;
+                    padding-top: 8px;
                     @media (max-width: 1024px) {
                         font-size: 20px;
                     }
@@ -199,9 +202,11 @@ main {
                         margin: 0 10%;
                     }
                 }
-                .blocks-readmore {
-                    font-size: rem-calc(14);
+                .block-text a {
                     color: $gold;
+                }
+                .block-readmore {
+                    font-size: rem-calc(14);
                     display: block;
                     padding-bottom: 10px;
                     margin: 0 15px;