Clean-ups
authorReda Lazri <the.red.shortcut@gmail.com>
Wed, 19 Nov 2014 16:29:16 +0000 (17:29 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Wed, 19 Nov 2014 16:29:16 +0000 (17:29 +0100)
images/avoid.png
stylesheet.css

index 413d89fb340ab6df27ac20a597ce05fc69dd256b..2d65263727ecc6ea58b312db8cf1b8e1a0ce5d23 100644 (file)
Binary files a/images/avoid.png and b/images/avoid.png differ
index 4040dfab9c8ffae11d0500c054744a565d29cf86..8ca5b0c169cb6a07b85a38dc45e90212ec3541b5 100755 (executable)
@@ -32,7 +32,7 @@ html {
     font-size: 14px;
     line-height: 1.4;
     color: #363636;
-    background-color: #fffefb;
+    background-color: #fff;
     width: 100%;
 }
 
@@ -62,12 +62,6 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   /* Header */
 
 .header {
-/*   background-image: url("images/banner.png"); */
-/*   background-color: #2CAF8F; */
-/*   background-repeat: no-repeat; */
-/*   height: 710px; */
-/*   background-size: 550px; */
-/*   background-position: 5% 30%; */
 }
 
 /* Navbar */
@@ -166,18 +160,18 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   color: #4B423B;
 }
 
-.intro {
-  margin: auto;
+.intro, .share {
   max-width: 1300px;
   min-width: 1170px;
 }
 
 .intro_wrapper {
+  width: 50%;
   max-width: 500px;
   min-width: 500px;
   float: right;
   color: white;
-  padding-right: 3em;
+  padding-right: 5em;
 }
 
 .intro_wrapper h2 {
@@ -185,11 +179,11 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 }
 
 .intro_img img{
-  width: 40%;
+  width: 50%;
   max-width: 500px;
   float: left;
   padding: 2em;
-  padding-left: 3em;
+  padding-left: 5em;
 
 }