Fix footer styling.

- Integrate footer into the flexbox layout instead of positioning absolutely.
master
Icedream 2017-08-19 23:45:22 +02:00
parent 1ad8fd24bf
commit ca510692bb
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 5 additions and 3 deletions

View File

@ -21,13 +21,15 @@
.footer .footer
color: #fff color: #fff
position: absolute
right: 0 right: 0
bottom: 0 bottom: 0
left: 0 left: 0
padding: 5px padding: 5px 0
border: 0 border: 0
border-top: 1px solid white border-top: 1px solid white
opacity: .1 opacity: .1
font-size: 20px font-size: 20px
text-align: right text-align: right
width: 100%
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear