Fix footer styling.
- Integrate footer into the flexbox layout instead of positioning absolutely.master
parent
1ad8fd24bf
commit
ca510692bb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue