Skip to content

Commit

Permalink
fix: Align styling for pricing on mobile (#19355)
Browse files Browse the repository at this point in the history
Closes CXSPA-8583
  • Loading branch information
Larisa-Staroverova authored Oct 8, 2024
1 parent 2d37cae commit 10ad84c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
width: 100%;
}

.cx-product-card {
@include media-breakpoint-down(sm) {
padding-inline-start: 0px;
padding-inline-end: 0px;
}
}

&:first-of-type {
.cx-product-card-rows {
padding-inline-start: 0px;
Expand Down

0 comments on commit 10ad84c

Please sign in to comment.