fix(layouts/blog): make title & date in center

This commit is contained in:
xHyroM 2023-06-04 21:03:04 +02:00
parent ab51d7f40d
commit ca4a9d113e
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -15,7 +15,7 @@ const url = Astro.url.pathname;
> >
<Navbar /> <Navbar />
<div class="w-full py-32"> <div class="w-full py-32">
<div class="flex flex-col items-center justify-center gap-2"> <div class="flex flex-col text-center gap-2">
<h1 class="text-5xl font-extrabold text-white"> <h1 class="text-5xl font-extrabold text-white">
{item.frontmatter.title} {item.frontmatter.title}
</h1> </h1>