feat(SW-190): added hero to loyalty pages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.hero {
|
||||
height: 480px;
|
||||
margin-bottom: var(--Spacing-x2);
|
||||
max-width: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user