Skip to content

Commit

Permalink
cardgroup grid cols change
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jul 23, 2024
1 parent d8e7efe commit 93feb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Base/CardGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ withDefaults(defineProps<BaseCardGroup>(), {
}
@container (width > 40rem) {
--columns: 3;
--columns: 4;
--gap: var(--space-6);
}
Expand Down

0 comments on commit 93feb6b

Please sign in to comment.