Skip to content

Commit

Permalink
Revert example heading mt
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Oct 26, 2024
1 parent 4f038c3 commit 4980360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/[...framework]/examples/_Examples.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { frontmatter } = Astro.props
---

<DocsLayout title={frontmatter.title} description={frontmatter.description}>
<header slot="hero" class="~mb-12/24 ~mt-3.5/5.5 container max-w-2xl text-center">
<header slot="hero" class="~mb-12/24 ~mt-4/6 container max-w-2xl text-center">
<h1 class="~text-3xl/5xl font-semibold tracking-tight">Examples</h1>
<div class="~text-base/lg ~mt-4/6 prose prose-muted dark:prose-invert text-pretty">
<p>{frontmatter.description}</p>
Expand Down

0 comments on commit 4980360

Please sign in to comment.