Fixed all the images
[fsf-giving-guide.git] / stylesheet.css
index e36c63681eb2a1ac5cbc515586acbde4db71c72c..54c841c1ee3bbf96c77a97de7b199c66b3d9eb2d 100755 (executable)
@@ -226,16 +226,15 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 
 .product_img {
   margin: auto;
-  /* width: 168px; */
-  height: 168px;
+/*   max-width: 168px; */
+  max-height: 168px;
 }
 
 .product {
   margin: auto;
   display: block;
   /* margin-bottom: 8em; */
-  /* max-width: 168px; */
-  max-height: 168px;
+/*   max-height: 168px; */
 }
 
 .good,
@@ -339,3 +338,15 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 }
 
 /* Footer */
+
+footer {
+  display: block;
+  background-color: #1a1a1a;
+}
+
+.footer_wrapper {
+  width: 750px;
+  margin: auto;
+  padding: 2em;
+  color: white;
+}