Files
web/apps/scandic-web/components/Hero/hero.module.css
Erik Tiekstra 4de24e9f2a feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change

Approved-by: Linus Flood
2026-01-22 07:03:25 +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;
}
}