From 5889c064a22aafad0d7009c86090a92042ee01ed Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Mon, 17 Nov 2014 18:22:39 +0100 Subject: [PATCH] Fix the header's width. --- givingguide.html | 3 +-- stylesheet.css | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) 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; } -- 2.25.1