Compare commits

..

No commits in common. "2e4cff3fff455567ac026cdd8d4e529be08e7d8a" and "c004f96245b1aececc8950e61f3cf9ea63cd64d4" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -6,8 +6,6 @@
font-family: 'Titillium Web', sans-serif
display: flex
flex-direction: column
justify-content: space-between
align-items: center
.content
color: #838383
@ -16,6 +14,6 @@
max-width: 1024px
padding: 1em 0
text-align: center
flex: 0 0 auto
flex: 1 0 auto
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear