nova-web/static/css/home.sass

17 lines
236 B
Sass
Raw Normal View History

2023-07-21 23:50:17 +02:00
@import '_vars'
header
max-width: $main-width
margin: 0 auto
font-size: 40px
2023-07-23 02:07:22 +02:00
h1
line-height: 4rem
2023-07-21 23:50:17 +02:00
@media (max-width: 800px)
header
font-size: 26px
h1
line-height: 3rem