fix: broken typography in about layout (#541)

* fix: broken typography in about layout

* chore: update about content
This commit is contained in:
Sat Naing
2025-06-15 15:55:17 +07:00
committed by GitHub
parent 0d9a7bbd93
commit 5fb3b25acb
3 changed files with 24 additions and 384 deletions
+1 -1
View File
@@ -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>