feat(store-home-page): add margin styling for adjacent store sections

This commit is contained in:
2026-07-20 16:24:24 -03:00
parent b0e97fc577
commit a233a93d16
2 changed files with 36 additions and 1 deletions

View File

@@ -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);