Compare commits
No commits in common. "2e4cff3fff455567ac026cdd8d4e529be08e7d8a" and "c004f96245b1aececc8950e61f3cf9ea63cd64d4" have entirely different histories.
2e4cff3fff
...
c004f96245
|
@ -18,7 +18,7 @@ module.exports = {
|
||||||
'moment-timezone': 'moment-timezone/builds/moment-timezone-with-data-2012-2022.js',
|
'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) {
|
config(config) {
|
||||||
// Change config as you wish
|
// Change config as you wish
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
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
|
|
||||||
|
|
||||||
.content
|
.content
|
||||||
color: #838383
|
color: #838383
|
||||||
|
@ -16,6 +14,6 @@
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
padding: 1em 0
|
padding: 1em 0
|
||||||
text-align: center
|
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
|
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear
|
||||||
|
|
Loading…
Reference in New Issue