From cfa5c274e63452f29c1efac381ecb7279f61833d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 16 Dec 2015 09:50:05 -0500 Subject: [PATCH] fixing footer to relative position --- css/app.css | 2 +- scss/_page.footer.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index b133b02..a954af0 100644 --- a/css/app.css +++ b/css/app.css @@ -7296,7 +7296,7 @@ input[type="submit"].blogbutton { transform: rotate(45deg); } footer#main { - position: absolute; + position: relative; left: 0; right: 0; bottom: 0; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 10e67e7..aceaadc 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -1,5 +1,5 @@ footer#main { - position: absolute; + position: relative; left: 0; right: 0; bottom: 0; -- 2.17.1