Skip to content

Commit

Permalink
Refactor landing page to use transparent background in gamePlayMechan…
Browse files Browse the repository at this point in the history
…ics component
  • Loading branch information
ArjunQBTech committed Oct 11, 2024
1 parent 2541cf8 commit 78ac6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.gameplay-mechanics {
@apply w-full bg-black text-white flex flex-col items-center justify-center py-3 max-h-screen h-auto;
@apply w-full bg-transparent text-white flex flex-col items-center justify-center py-3 max-h-screen h-auto;
}

.gameplay-mechanics-cards {
Expand Down

0 comments on commit 78ac6c8

Please sign in to comment.