Update Home.svelte styling

This commit is contained in:
Moe Poi ~ 2024-03-27 01:26:26 +07:00
parent 2b3778cd9e
commit b8a34992f9
Signed by: moepoi
GPG key ID: EADBACA726DD4853

View file

@ -6,8 +6,8 @@
<NavBar isFixed={true} />
<div class="flex flex-col items-center justify-center min-h-screen text-white">
<div class="flex flex-col items-center justify-center h-screen flex-wrap">
<img class="w-40 h-40 rounded-full" src={profile} alt="" />
<h1 class="mt-5 text-4xl font-bold">Moepoi</h1>
<h1 class="mt-5 text-4xl text-white font-bold">Moepoi</h1>
<SocialMedia />
</div>