Compare commits
3 Commits
c004f96245
...
2e4cff3fff
Author | SHA1 | Date |
---|---|---|
|
2e4cff3fff | |
|
09c8a3ce29 | |
|
e9ebd698e4 |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue