Fixed hero for large resolutions
authorReda Lazri <the.red.shortcut@gmail.com>
Tue, 11 Nov 2014 09:25:22 +0000 (10:25 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Tue, 11 Nov 2014 09:25:22 +0000 (10:25 +0100)
stylesheet.css

index 05197f89ed6b7d22d6d0a8fb35576e4713fc710e..571b2334564b71dbc971bbf6bc860972b7a80689 100755 (executable)
@@ -24,7 +24,7 @@
 
 html {
     font-family: 'Open Sans', 'DejaVu Sans', Arial, sans-serif;
 
 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;
     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-color: #2CAF8F;
   background-repeat: no-repeat;
   height: 776px;
-  background-size: 100%;
-  background-position: 100%;
+  background-size: 1200px;
+  background-position: bottom;
 }
 
 .logo {
 }
 
 .logo {