9 lines
162 B
CSS
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;
|
|
}
|