Default font and h1 size edits for inside pages.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 14 Oct 2014 21:05:01 +0000 (17:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 14 Oct 2014 21:05:01 +0000 (17:05 -0400)
css/app.css
scss/site/_structure.scss

index 318f604..805e343 100644 (file)
@@ -13474,7 +13474,11 @@ th.hide-for-touch {
  */
 body {
   background-color: black;
-  background-image: url("../assets/img/images/bg.png"); }
+  background-image: url("../assets/img/images/bg.png");
+  font-size: 14px; }
+
+h1 {
+  font-size: 40px; }
 
 #navRow {
   padding-top: 20px;
index c78bef8..5d58e3a 100644 (file)
  * 1.0 Custom settings
  * ----------------------------------------------------------------------------
  */
+
 body {
     background-color: $black;
     background-image: url("../assets/img/images/bg.png");
+    font-size: 14px;
+}
+h1 {
+    font-size: 40px;
 }
 #navRow {
     padding-top: 20px;