minor qa changes

This commit is contained in:
akcodez
2026-01-09 12:58:07 -08:00
parent f346a80ce0
commit ce75b4388c
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;
}
}

View File

@@ -16544,18 +16544,11 @@ html.light .bds-card-icon--disabled.bds-card-icon--green .bds-card-icon__icon-im
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
@media (min-width: 576px) {
.bds-hero-split-media__cta {
flex-direction: row;
align-items: center;
gap: 16px;
}
}
@media (min-width: 992px) {
.bds-hero-split-media__cta {
gap: 24px;
}
}
.bds-hero-split-media__media-col {