From ca510692bb8bb7f19f091a4b8357b491fae4ae98 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 19 Aug 2017 23:45:22 +0200 Subject: [PATCH] Fix footer styling. - Integrate footer into the flexbox layout instead of positioning absolutely. --- src/App.sass | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/App.sass b/src/App.sass index 634752b..f178e33 100644 --- a/src/App.sass +++ b/src/App.sass @@ -21,13 +21,15 @@ .footer color: #fff - position: absolute right: 0 bottom: 0 left: 0 - padding: 5px + padding: 5px 0 border: 0 border-top: 1px solid white opacity: .1 font-size: 20px - text-align: right \ No newline at end of file + text-align: right + width: 100% + +// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear