From a83cd5b38e2a753e5bbefadd818f01a9ee5f2bab Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 3 Jul 2018 16:33:51 -0400 Subject: Added some extra space to the bottom of the page Not a footer, but working on it. refs #11 --- app/assets/stylesheets/main/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 8ddfdf0..96aebea 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss @@ -5,7 +5,7 @@ body#main-body { #container { height: 100%; - margin: 7em auto 0; + margin: 7em auto 2em; width: 75%; /* 66% */ box-sizing: border-box; min-width: 890px; -- cgit 1.4.1