nova-web/web/static/css/home.css

20 lines
285 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;
}
2023-07-25 03:38:53 +02:00
header h3 {
font-size: 28px;
}
2023-07-21 23:50:17 +02:00
}/*# sourceMappingURL=home.css.map */