Skip to content

Commit

Permalink
feat(card-group): fixing the usage of breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-amorim committed Jan 22, 2025
1 parent fb9a7aa commit 4fbb1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/styles/scss/components/card-group/_card-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
);
}

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

Expand All @@ -53,7 +53,7 @@
padding-inline: 1px;

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

Expand Down

0 comments on commit 4fbb1d4

Please sign in to comment.