Added a 'Recommended' section
[fsf-giving-guide.git] / stylesheet.css
index e44d21d23e6ad2d4c8d3ff7a0a76c1e04c94ca86..90468c386243f58dca8a572e96286d87050580b0 100755 (executable)
@@ -74,7 +74,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 
 .header_wrapper {
   background-color: #2CAF8F;
-  height: 500px;
+  height: 450px;
 }
 
 .header a {
@@ -187,7 +187,8 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 /* Comparisons */
 
 .wrapper,
-.section_wrapper {
+.section_wrapper,
+.recommended {
   width: 750px;
   min-width: 750px;
   margin: auto;
@@ -243,3 +244,30 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   float: right;
   width: 45%;
 }
+
+/* Recommended Section */
+
+.recommend_title {
+  border-bottom: 1px solid #2CAF8F;
+  width: 100%;
+  text-align: left;
+  margin-top: 3em;
+  display: inline-block;
+}
+
+.recommend_wrapper {
+  padding-top: 1em;
+  margin: auto;
+  width: 750px;
+}
+
+.recommended_product {
+  text-align: center;
+  width: 29%;
+  margin: 1em;
+  display: inline-block
+}
+
+.recommended_product_img {
+  width: 120px;
+}