From: Reda Lazri Date: Wed, 19 Nov 2014 16:29:16 +0000 (+0100) Subject: Clean-ups X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1d1ca77b05743700fe2f2834fe4f2cb217208bf8;p=fsf-giving-guide.git Clean-ups --- diff --git a/images/avoid.png b/images/avoid.png index 413d89f..2d65263 100644 Binary files a/images/avoid.png and b/images/avoid.png differ diff --git a/stylesheet.css b/stylesheet.css index 4040dfa..8ca5b0c 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -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; }