From 5016d9ea609b2c87a8c59e4d1ed4a16fd183750e Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Wed, 30 May 2018 13:59:45 -0400 Subject: [PATCH] Set static footer --- scss/sections/_layout.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/sections/_layout.scss b/scss/sections/_layout.scss index ee58f0d6..17fbbed7 100644 --- a/scss/sections/_layout.scss +++ b/scss/sections/_layout.scss @@ -11,5 +11,7 @@ section { } footer { - + position: fixed; + bottom: 0; + width: 100%; } \ No newline at end of file