mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
minor qa changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user