feat: improve game grid

This commit is contained in:
Phan Huy Tran 2025-06-04 11:17:36 +02:00
commit 06f2ae5d86
2 changed files with 49 additions and 17 deletions

View file

@ -52,7 +52,7 @@ a {
}
.slider-grid {
@apply min-w-full grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4;
@apply min-w-full grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4;
}
.welcome-bonus {
@ -71,6 +71,10 @@ a {
@apply font-bold text-text-primary text-sm mb-2;
}
.game-heading {
@apply font-bold text-text-primary text-lg mb-2;
}
.game-heading-xl {
@apply font-bold text-text-primary text-xl mb-2;
}