style: Update text alignment and styling

Update text alignment and styling in index.tsx file
This commit is contained in:
Ayane Satomi 2023-10-21 11:49:05 +00:00
parent d81fffbb0a
commit 4eb0e8fb32

View file

@ -85,10 +85,10 @@ export default function Home(
<div class="px-4 py-8 mx-auto bg-[#9d88d3]" id="mascot-tgt"> <div class="px-4 py-8 mx-auto bg-[#9d88d3]" id="mascot-tgt">
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center"> <div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
<img class="z-10" src="/favicon.png" width="60px" /> <img class="z-10" src="/favicon.png" width="60px" />
<h1 class="text-4xl text-white font-bold z-10"> <h1 class="text-4xl text-white text-center font-bold z-10">
Welcome to herta kuru (v2?) Welcome to herta kuru (v2?)
</h1> </h1>
<p class="my-4 font-bold text-white z-10"> <p class="my-4 font-bold text-center text-white z-10">
The website for Herta, the <del>annoying</del>{" "} The website for Herta, the <del>annoying</del>{" "}
cutest genius Honkai: Star Rail character out there. cutest genius Honkai: Star Rail character out there.
</p> </p>