Files
web/apps/scandic-web/components/Hero/hero.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

15 lines
216 B
CSS

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