From e83f4836bfa13fa12bc6d48d810e6afa25803e77 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 26 Apr 2017 12:36:02 +0200 Subject: Footer under content instead of header --- _sass/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/style.scss b/_sass/style.scss index b6c3284..4f74739 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -189,9 +189,8 @@ hr { } footer { - width:270px; + padding-left: 320px; float:left; - position:fixed; bottom:50px; -webkit-font-smoothing:subpixel-antialiased; } -- cgit