Style updates, mainly front page.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 31 Oct 2014 14:32:40 +0000 (10:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 31 Oct 2014 14:32:40 +0000 (10:32 -0400)
css/app.css
scss/site/_structure.scss

index 2f2b2f0..5c610cc 100644 (file)
@@ -5973,9 +5973,16 @@ article h2 {
 #homepage_portfolio {
   text-align: center; }
 
-#homepage_portfolio p, #homepage_problem_solvers p {
+#homepage_portfolio > p, #homepage_problem_solvers > p {
   padding: 0 40px; }
 
+#homepage_portfolio, #homepage_portfolio > p, #homepage_problem_solvers > p {
+  text-align: center;
+  font-family: Helvetica !important;
+  font-size: 18px !important;
+  color: grey !important;
+  margin: 0; }
+
 #homepage_testimonials {
   width: 100%;
   height: 165px;
@@ -6059,7 +6066,8 @@ article h2 {
   overflow: hidden;
   height: 100%;
   text-decoration: none;
-  color: white; }
+  color: white;
+  font-style: italic; }
 
 .homepage_testimonials_text p {
   font-size: 16px; }
@@ -6090,10 +6098,6 @@ article h2 {
 #homepage_problem_solvers {
   text-align: center; }
 
-#homepage_portfolio {
-  text-align: center;
-  margin: 0; }
-
 .ngg-galleryoverview {
   padding: 20px; }
 
index 9f290d9..2b6e690 100644 (file)
@@ -458,10 +458,19 @@ article h2 {
     #homepage_portfolio {
         text-align:center;
     }
-    #homepage_portfolio p,
-    #homepage_problem_solvers p {
+    #homepage_portfolio p,
+    #homepage_problem_solvers p {
         padding: 0 40px;
     }
+    #homepage_portfolio,
+    #homepage_portfolio > p,
+    #homepage_problem_solvers > p {
+        text-align:center;
+        font-family: Helvetica !important;
+        font-size: 18px !important;
+        color: grey !important;
+        margin: 0;
+    }
     #homepage_testimonials {
         width: 100%;
         height: 165px;
@@ -557,6 +566,7 @@ article h2 {
         height: 100%;
         text-decoration: none;
         color: white;
+        font-style: italic;
     }
     .homepage_testimonials_text p {
         font-size: 16px;
@@ -588,10 +598,6 @@ article h2 {
     #homepage_problem_solvers {
         text-align:center;
     }
-    #homepage_portfolio {
-        text-align:center;
-        margin: 0;
-    }
     .ngg-galleryoverview {
         padding: 20px;
     }