fix(SW-190): styling fixes
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
.hero {
|
||||
height: 480px;
|
||||
height: 400px;
|
||||
margin-bottom: var(--Spacing-x2);
|
||||
max-width: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
border-radius: var(--Corner-radius-xLarge);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.hero {
|
||||
height: 480px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user