LingoSynth/lingosynth/app/static/css/landing.sass

18 lines
315 B
Sass
Raw Normal View History

2023-05-11 21:48:16 +02:00
@import '_vars'
header
margin-block: 3rem 6rem
text-align: center
h1
font-size: 46px
p
max-width: 600px
margin: 0 auto
.gradient-text
background: -webkit-linear-gradient(45deg, $green, $teal)
-webkit-background-clip: text
-webkit-text-fill-color: transparent