From 8f795a542ea414b40f0cc972ed081b8a6c0b3c2c Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Sat, 29 Nov 2014 14:13:32 +0100 Subject: [PATCH] Fixed the widths --- stylesheet.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 468eb75..dff2b8b 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -69,6 +69,8 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .header_wrapper { background-color: #2CAF8F; height: 486px; + margin: auto; + width: 1300px;; } .header a { @@ -372,6 +374,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b footer { display: block; background-color: #1a1a1a; + width: 1300px; } .footer_wrapper { -- 2.25.1