Skip to content

Commit 003251b

Browse files
committed
game centered
1 parent b241cb6 commit 003251b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/pages/games/[id].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ export default function IndividualGamePage() {
8888
<div className="min-h-screen bg-background font-sans text-foreground">
8989
<main>
9090
<section className="w-full items-center justify-center bg-popover">
91-
<div className="mx-auto max-w-7xl p-0 sm:p-8">
91+
<div className="mx-auto flex max-w-7xl justify-center p-0 sm:p-8">
9292
{gameEmbedID != "0" ? (
93-
<div className="m-auto] flex overflow-auto">
93+
<div className="m-auto flex overflow-auto">
9494
<GameEmbed
9595
embedID={gameEmbedID}
9696
gameWidth={gameWidth}

0 commit comments

Comments
 (0)