We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f429a5 commit 6136ca8Copy full SHA for 6136ca8
src/routes/home.tsx
@@ -53,7 +53,7 @@ function Component() {
53
return (
54
<main className="prose max-w-none">
55
<section>
56
- <h1>LIGA Esports Manager</h1>
+ <h1 className="text-center">LIGA Esports Manager</h1>
57
<article className="flex flex-col items-center justify-center gap-2 md:flex-row [&_img]:my-0">
58
<a
59
href={`https://discord.gg/${import.meta.env.VITE_DISCORD_INVITE_CODE}`}
@@ -83,7 +83,7 @@ function Component() {
83
/>
84
</a>
85
</article>
86
- <p>
+ <p className="text-center">
87
The world's first Esports simulator for Counter-Strike where you can
88
play your matches in-game or simulate them, you choose!
89
</p>
0 commit comments