Compare commits

..

3 Commits

2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
'moment-timezone': 'moment-timezone/builds/moment-timezone-with-data-2012-2022.js',
},
autoprefixer: '> 1%, last 2 versions, Firefox ESR, ios >= 8',
autoprefixer: '> 1%, last 4 versions, Firefox ESR, ios >= 8',
config(config) {
// Change config as you wish

View File

@ -6,6 +6,8 @@
font-family: 'Titillium Web', sans-serif
display: flex
flex-direction: column
justify-content: space-between
align-items: center
.content
color: #838383
@ -14,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