feat(store-home-page): add margin styling for adjacent store sections
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
app-hero-banner + app-store-section,
|
||||
app-store-section + app-store-section {
|
||||
margin-top: clamp(3rem, 6vw, 5rem);
|
||||
}
|
||||
|
||||
.store-home__alert-error {
|
||||
margin: 0;
|
||||
border-color: rgba(var(--tenant-danger-rgb, 220, 53, 69), 0.18);
|
||||
|
||||
Reference in New Issue
Block a user