Skip to content

Commit

Permalink
Merge pull request #110 from frameless/refactor2/card-component
Browse files Browse the repository at this point in the history
style: container breakpoint fix
  • Loading branch information
TessaViergever authored Jun 17, 2024
2 parents 9dea158 + 51af62c commit aab9507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components-css/card-group/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
container-type: inline-size;
}

@container (width >= 600px) {
@container (width >= 650px) {
.frameless-card-group {
grid-template-columns: 1fr 1fr;
}
}
@container (width <= 900px) {
@container (width <= 400px) {
.frameless-card-group {
grid-template-columns: 1fr;
}
Expand Down

0 comments on commit aab9507

Please sign in to comment.