Fix padding
[fsf-giving-guide.git] / stylesheet.css
index 05197f89ed6b7d22d6d0a8fb35576e4713fc710e..2e961da35da191d06858a042001953fef05fca0c 100755 (executable)
@@ -24,7 +24,7 @@
 
 html {
     font-family: 'Open Sans', 'DejaVu Sans', Arial, sans-serif;
-    font-size: 0.9em;
+    font-size: 14px;
     line-height: 1.4em;
     color: #363636;
     background-color: #fffefb;
@@ -62,8 +62,8 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: #2CAF8F;
   background-repeat: no-repeat;
   height: 776px;
-  background-size: 100%;
-  background-position: 100%;
+  background-size: 1200px;
+  background-position: bottom;
 }
 
 .logo {
@@ -94,7 +94,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: white;
   border-radius: 100px;
   text-align: center;
-  width: 875px;
+  width: 663px;
   height: 2.55556em;
   margin: auto;
 }
@@ -104,22 +104,22 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   font-weight: bold;
   list-style-type: none;
   border-right: 1px #9BD2BF solid;
-  padding: 0 10px 0 10px;
+  padding: 0 45px 0 45px;
   line-height: 2.9;
   float: left;
-  width: 91px;
+/*   width: 170px; */
   height: 2.85556em;
 }
 
 .navbar li:first-child {
   border-radius: 100px 0 0 100px;
-  width: 81px;
+/*   width: 160px; */
 }
 
 .navbar li:last-child {
   border-right: 0;
   border-radius: 0 100px 100px 0;
-  width: 81px;
+/*   width: 92px; */
 }
 .navbar li:hover {
   background-color: #FFDD55;