mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-26 01:23:58 +01:00
14 lines
202 B
Sass
14 lines
202 B
Sass
|
@import '_vars'
|
||
|
|
||
|
header
|
||
|
max-width: $main-width
|
||
|
margin: 0 auto
|
||
|
font-size: 40px
|
||
|
|
||
|
@media (max-width: 800px)
|
||
|
header
|
||
|
font-size: 26px
|
||
|
|
||
|
h1
|
||
|
line-height: 3rem
|