From: Reda Lazri Date: Mon, 17 Nov 2014 17:22:39 +0000 (+0100) Subject: Fix the header's width. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5889c064a22aafad0d7009c86090a92042ee01ed;p=fsf-giving-guide.git Fix the header's width. --- diff --git a/givingguide.html b/givingguide.html index 00382ba..5a15b98 100755 --- a/givingguide.html +++ b/givingguide.html @@ -44,8 +44,7 @@ Giving Guide
-

Are you giving your loved ones holiday gifts they can use freely, - or gifts which put someone else in control?

+

Are you giving your loved ones holiday gifts they can use freely?

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In vitae nisl et lacus vestibulum scelerisque. Fusce vitae vestibulum mauris, quis eleifend turpis. Mauris placerat laoreet nisi, nec pellentesque magna diff --git a/stylesheet.css b/stylesheet.css index 839ce1e..61348e1 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -83,7 +83,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .navbar_wrapper { max-width: 1300px; - min-width: 1000px; + min-width: 1100px; margin: auto; text-align: center; } @@ -170,6 +170,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .intro { margin: auto; max-width: 1300px; + min-width: 1100px; } .intro_wrapper { @@ -182,6 +183,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b } .intro_wrapper h2 { + margin-top: 1em; color: #FFDD55; }