finish all pages
This commit is contained in:
@@ -13,7 +13,8 @@ const { frontmatter } = Astro.props;
|
||||
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
|
||||
{frontmatter.category}
|
||||
</span>
|
||||
<h1 class="text-4xl lg:text-5xl font-bold lg:tracking-tight mt-1">
|
||||
<h1
|
||||
class="text-4xl lg:text-5xl font-bold lg:tracking-tight mt-1 lg:leading-tight">
|
||||
{frontmatter.title}
|
||||
</h1>
|
||||
<div class="flex gap-2 mt-3 items-center">
|
||||
|
||||
Reference in New Issue
Block a user