From 2fe3d47f4999585beb07453412148f037a82de6b Mon Sep 17 00:00:00 2001 From: Meg Tuls Date: Thu, 2 Jul 2015 09:43:28 -0700 Subject: [PATCH] Add margin-bottom to main so footer has more separation --- stylesheets/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/default.css b/stylesheets/default.css index 5fd98d2..e076e88 100644 --- a/stylesheets/default.css +++ b/stylesheets/default.css @@ -2,6 +2,7 @@ html{ font-family: Raleway; background-color: #DCDCDC; color: black; + width: 100%; } /*header for all pages*/ @@ -82,6 +83,7 @@ body{ main{ position: absolute; + padding-bottom: 10%; } main h1, h2, h4{