Vertically center the content.
parent
09c8a3ce29
commit
2e4cff3fff
|
@ -6,6 +6,7 @@
|
||||||
font-family: 'Titillium Web', sans-serif
|
font-family: 'Titillium Web', sans-serif
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
justify-content: space-between
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
.content
|
.content
|
||||||
|
@ -15,6 +16,6 @@
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
padding: 1em 0
|
padding: 1em 0
|
||||||
text-align: center
|
text-align: center
|
||||||
flex: 1 0 auto
|
flex: 0 0 auto
|
||||||
|
|
||||||
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear
|
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear
|
||||||
|
|
Loading…
Reference in New Issue