mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-26 00:43:58 +01:00
20 lines
285 B
CSS
20 lines
285 B
CSS
header {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
font-size: 40px;
|
|
}
|
|
header h1 {
|
|
line-height: 4rem;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
header {
|
|
font-size: 26px;
|
|
}
|
|
header h1 {
|
|
line-height: 3rem;
|
|
}
|
|
header h3 {
|
|
font-size: 28px;
|
|
}
|
|
}/*# sourceMappingURL=home.css.map */ |