We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51674c7 commit e766e3eCopy full SHA for e766e3e
src/layouts/StaticDocumentWrapper.astro
@@ -12,7 +12,7 @@ const { header, fill, title, position } = Astro.props;
12
---
13
14
<main>
15
- <h1 class="mt-12 ml-4 max-w-xl text-3xl sm:mx-10 sm:text-4xl md:mx-auto">
+ <h1 class="mt-12 ml-4 text-3xl sm:mx-10 sm:text-4xl md:text-center">
16
{title}
17
</h1>
18
<Picture
0 commit comments