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