Skip to content

Commit f68fbf8

Browse files
committed
fix for weird bolding
1 parent 49bc4a8 commit f68fbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Button from "../components/Button.astro";
77
<Layout title="Selaura Client">
88
<section class="flex flex-col items-center w-full gap-4">
99
<p class="text-4xl text-bold text-center">Efficiency in motion</p>
10-
<p class="text-md text-center max-w-3xl">
10+
<p class="text-md text-center max-w-3xl font-normal">
1111
Selaura Client is a free, open-source utility client for Minecraft:
1212
Bedrock Edition. It is designed to be lightweight and efficient,
1313
providing a smooth and enjoyable gaming experience.

0 commit comments

Comments
 (0)