nova-web/static/css/home.css

17 lines
246 B
CSS
Raw Normal View History

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