font edits
authorIan Weller <ian@gaslightmedia.com>
Wed, 21 Oct 2015 18:04:12 +0000 (14:04 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 21 Oct 2015 18:04:12 +0000 (14:04 -0400)
css/app.css
scss/_page.header.scss

index c45cb1f..319583a 100644 (file)
@@ -6835,13 +6835,13 @@ header {
   header #small-text h3 {
     text-transform: uppercase;
     letter-spacing: 3px;
-    font-size: 15px;
+    font-size: 16px;
     margin: 0; }
   header #small-text p {
-    font-size: 11px;
+    font-size: 12px;
     margin-bottom: 10px; }
   header #small-text h4 {
-    font-size: 19px; }
+    font-size: 16px; }
   header .reservation {
     background: #7f9088;
     border-top-left-radius: 10px;
index 2af6df5..a0b56b6 100644 (file)
@@ -142,15 +142,15 @@ header {
         h3 {
             text-transform: uppercase;
             letter-spacing: 3px;
-            font-size: 15px;
+            font-size: 16px;
             margin: 0;
         }
         p {
-            font-size: 11px;
+            font-size: 12px;
             margin-bottom: 10px;
         }
         h4 {
-                font-size: 19px;
+                font-size: 16px;
         }
         
     }