feat: update styles across components for improved layout and responsiveness

This commit is contained in:
2026-08-11 09:55:49 -03:00
parent c75787a59c
commit 563e4634d1
6 changed files with 75 additions and 21 deletions

View File

@@ -30,6 +30,13 @@ app-store-section + app-store-section {
margin-bottom: 0;
}
@media (max-width: 767.98px) {
:host > app-hero-banner:first-child {
display: block;
margin-top: -3rem;
}
}
.store-home__alert-error {
margin: 0;
border-color: rgba(var(--tenant-danger-rgb, 220, 53, 69), 0.18);