mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix: broken typography in about layout (#541)
* fix: broken typography in about layout * chore: update about content
This commit is contained in:
@@ -19,7 +19,7 @@ const { frontmatter } = Astro.props;
|
||||
<Header />
|
||||
<Breadcrumb />
|
||||
<main id="main-content">
|
||||
<section id="about" class="prose mb-28 max-w-app prose-img:border-0">
|
||||
<section id="about" class="app-prose mb-28 max-w-app prose-img:border-0">
|
||||
<h1 class="text-2xl tracking-wider sm:text-3xl">{frontmatter.title}</h1>
|
||||
<slot />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user