We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b241cb6 commit 003251bCopy full SHA for 003251b
1 file changed
client/src/pages/games/[id].tsx
@@ -88,9 +88,9 @@ export default function IndividualGamePage() {
88
<div className="min-h-screen bg-background font-sans text-foreground">
89
<main>
90
<section className="w-full items-center justify-center bg-popover">
91
- <div className="mx-auto max-w-7xl p-0 sm:p-8">
+ <div className="mx-auto flex max-w-7xl justify-center p-0 sm:p-8">
92
{gameEmbedID != "0" ? (
93
- <div className="m-auto] flex overflow-auto">
+ <div className="m-auto flex overflow-auto">
94
<GameEmbed
95
embedID={gameEmbedID}
96
gameWidth={gameWidth}
0 commit comments