Adjust maximum width
This commit is contained in:
parent
f6ec724125
commit
b6fb7772d5
|
@ -6,7 +6,7 @@ interface Props {
|
||||||
const { title } = Astro.props as Props;
|
const { title } = Astro.props as Props;
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="max-w-2xl mx-auto px-4 py-24 text-center">
|
<div class="max-w-xl mx-auto px-4 py-24 text-center lg:max-w-2xl">
|
||||||
<h1 class="text-4xl">{title}</h1>
|
<h1 class="text-4xl">{title}</h1>
|
||||||
|
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
|
|
Loading…
Reference in a new issue