From d2ba4e5a98404cc35d1465699e7d811357624bf7 Mon Sep 17 00:00:00 2001 From: Zak Rogoff Date: Mon, 1 Dec 2014 10:30:17 -0500 Subject: [PATCH 1/1] Patch on problem with header and footer width. Reda should look into this more. --- stylesheet.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index dff2b8b..a0418a1 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -70,7 +70,8 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b background-color: #2CAF8F; height: 486px; margin: auto; - width: 1300px;; + width: 100%; + /*width: 1300px;*/ } .header a { @@ -374,7 +375,8 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b footer { display: block; background-color: #1a1a1a; - width: 1300px; + width: 100%; + /*width: 1300px;*/ } .footer_wrapper { -- 2.25.1