minor qa changes

This commit is contained in:
akcodez
2026-01-09 12:58:07 -08:00
committed by Calvin Jhunjhuwala
parent 80f3b1d670
commit b96e415b76
2 changed files with 0 additions and 13 deletions

View File

@@ -254,17 +254,11 @@ $bds-hero-mobile-content-gap: 32px;
display: flex;
flex-direction: column;
align-items: flex-start; // Prevent buttons from stretching to full width on mobile
gap: $bds-hero-mobile-cta-gap;
// Tablet & Desktop - horizontal layout
@include media-breakpoint-up(md) {
flex-direction: row;
align-items: center;
gap: $bds-hero-tablet-cta-gap;
}
@include media-breakpoint-up(lg) {
gap: $bds-hero-desktop-cta-gap;
}
}