Vertically center the content.
parent
09c8a3ce29
commit
2e4cff3fff
|
@ -6,6 +6,7 @@
|
|||
font-family: 'Titillium Web', sans-serif
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: space-between
|
||||
align-items: center
|
||||
|
||||
.content
|
||||
|
@ -15,6 +16,6 @@
|
|||
max-width: 1024px
|
||||
padding: 1em 0
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue