Reduce default font size back to 16px
authorLaury GvR <laury@gaslightmedia.com>
Tue, 17 Apr 2018 20:26:18 +0000 (16:26 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 17 Apr 2018 20:26:18 +0000 (16:26 -0400)
css/app.css
scss/_body.scss
scss/_main.scss

index 0725ac5..646da5e 100644 (file)
@@ -6998,7 +6998,7 @@ body .shadow-wrapper {
   max-width: 1000px;
   padding-top: 1.25rem; }
 body p {
-  font-size: 18px; }
+  font-size: 16px; }
 
 header #top-links {
   right: 100px;
@@ -7282,7 +7282,7 @@ header.main {
         left: 40px;
         font-size: 2rem; } }
   #main-content p {
-    font-size: 18px; }
+    font-size: 16px; }
     #main-content p a {
       color: #fc6463; }
       #main-content p a:hover {
index 63874db..3a06e44 100644 (file)
@@ -11,6 +11,6 @@ body {
         padding-top: rem-calc(20);
     }
     p {
-        font-size: 18px;
+        font-size: 16px;
     }
 }
index 857fe95..ba8c37e 100644 (file)
@@ -28,7 +28,7 @@
     }
     padding-bottom: 50px;
     p{
-        font-size: 18px;
+        font-size: 16px;
         a{
             color: $red;
             &:hover{