Update main element with id 'main-content'

This commit is contained in:
Sat Naing
2022-09-12 18:57:31 +06:30
parent 1c5e8b47b4
commit 931e8e0792
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const { frontmatter } = Astro.props;
<Layout title={frontmatter.title}>
<Header activeNav="about" />
<main>
<main id="main-content">
<section class="mt-8 mb-28 prose prose-slate max-w-3xl">
<h1 class="text-2xl sm:text-3xl tracking-wider">{frontmatter.title}</h1>
<slot />