nova-web/static/css/home.css

14 lines
211 B
CSS
Raw Normal View History

2023-07-21 23:50:17 +02:00
header {
max-width: 800px;
margin: 0 auto;
font-size: 40px;
}
@media (max-width: 800px) {
header {
font-size: 26px;
}
header h1 {
line-height: 3rem;
}
}/*# sourceMappingURL=home.css.map */