Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Oct 21, 2024
1 parent b1b2bc1 commit 801683d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/games/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export default function Page() {
<h1 className="text-8xl font-black uppercase">Games</h1>
</div>

<div className="mx-auto mt-4 flex w-full max-w-3xl flex-col gap-4 p-10 justify-center content-center">
<div className={`
mx-auto mt-4 flex w-full max-w-3xl flex-col content-center justify-center gap-4 p-10
`}>
<p>
Find the games you want to play in the list below. Some games needs
your playername for whitelist. You can always come back to this page
Expand All @@ -28,7 +30,7 @@ export default function Page() {
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
className="w-full"
/>
<details className="rounded border border-slate-800 p-4 w-full">
<details className="w-full rounded border border-slate-800 p-4">
<summary>Minecraft</summary>
<p>
To connect to minecraft visit{" "}
Expand Down

0 comments on commit 801683d

Please sign in to comment.