Skip to content

Commit

Permalink
fix(content-group-cards): card group was exceeding viewport in medium…
Browse files Browse the repository at this point in the history
… res causing a scroll bar
  • Loading branch information
bruno-amorim committed Dec 11, 2024
1 parent ac3fe4f commit 728df98
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,13 @@
:host(#{$c4d-prefix}-content-group-cards-item) {
padding: list.slash($grid-gutter, 2);
background: none;

@include breakpoint-down(lg) {
margin-inline-start: 0 !important;
}

@include breakpoint-down(md) {
padding-inline: $spacing-05;
}
}
}

0 comments on commit 728df98

Please sign in to comment.