vizon-countdown-website/src/App.sass

22 lines
573 B
Sass

.app
background: radial-gradient(ellipse at bottom, #1c2837 0%, #050608 100%)
background: -webkit-radial-gradient(ellipse at bottom, #1c2837 0%, #050608 100%)
min-height: 100vh
font-size: 24px
font-family: 'Titillium Web', sans-serif
display: flex
flex-direction: column
justify-content: space-between
align-items: center
.content
color: #838383
line-height: 1.5
width: 100%
max-width: 1024px
padding: 1em 0
text-align: center
flex: 0 0 auto
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear