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

9 lines
162 B
CSS

.hero {
height: 480px;
margin-bottom: var(--Spacing-x2);
max-width: 100%;
object-fit: cover;
border-radius: var(--Corner-radius-Medium);
margin: 0;
}