Commit 557a3ffc by Arjun Jhukal

updated the new grid layout for the game detail cards

parent 3557cd9c
......@@ -36,7 +36,7 @@ export default function ExclusiveGameDetail({ game }: { game: SingleGameResponse
<h1 className="text-[2rem]">{game?.data?.name}</h1>
{renderHTML(game?.data?.description)}
</div>
<div className="action__group flex flex-col lg:flex-row flex-wrap gap-2">
<div className="action__group flex flex-col lg:grid lg:grid-cols-3 gap-2">
<UserCoin slug={game?.data?.provider} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment