Files
web/apps/scandic-web/components/Hero/hero.module.css
2025-05-05 11:11:37 +02:00

15 lines
218 B
CSS

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