Skip to content

Commit 6136ca8

Browse files
committed
fix: cosmetic adjustments to home
1 parent 1f429a5 commit 6136ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Component() {
5353
return (
5454
<main className="prose max-w-none">
5555
<section>
56-
<h1>LIGA Esports Manager</h1>
56+
<h1 className="text-center">LIGA Esports Manager</h1>
5757
<article className="flex flex-col items-center justify-center gap-2 md:flex-row [&_img]:my-0">
5858
<a
5959
href={`https://discord.gg/${import.meta.env.VITE_DISCORD_INVITE_CODE}`}
@@ -83,7 +83,7 @@ function Component() {
8383
/>
8484
</a>
8585
</article>
86-
<p>
86+
<p className="text-center">
8787
The world's first Esports simulator for Counter-Strike where you can
8888
play your matches in-game or simulate them, you choose!
8989
</p>

0 commit comments

Comments
 (0)