Skip to content

Commit

Permalink
feat: Updated resources/css/custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 11, 2024
1 parent 5366db5 commit 01d19c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
@apply grid gap-6;
}
.grid-cols-1 {
@apply grid-cols-1;
@apply grid-cols-[1];
}
.md\:grid-cols-2 {
@apply md:grid-cols-2;
@apply md:grid-cols-[2];
}
.lg\:grid-cols-3 {
@apply lg:grid-cols-3;
@apply lg:grid-cols-[3];
}
.card {
@apply bg-white rounded-lg shadow-md overflow-hidden;
Expand Down

0 comments on commit 01d19c6

Please sign in to comment.