mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix(layouts/blog): make title & date in center
This commit is contained in:
parent
ab51d7f40d
commit
ca4a9d113e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const url = Astro.url.pathname;
|
|||
>
|
||||
<Navbar />
|
||||
<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">
|
||||
{item.frontmatter.title}
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue