Files
web/components/Hero/hero.module.css
2024-08-22 09:49:02 +02:00

15 lines
222 B
CSS

.hero {
height: 400px;
margin-bottom: var(--Spacing-x2);
width: 100%;
object-fit: cover;
border-radius: var(--Corner-radius-xLarge);
margin: 0;
}
@media (min-width: 768px) {
.hero {
height: 480px;
}
}