Un-bold <p>s on landing page
This commit is contained in:
parent
f6a6bdbaa0
commit
d854f02a26
@ -17,7 +17,7 @@ const { title, id } = Astro.props;
|
||||
{title}
|
||||
</h2>
|
||||
</div>
|
||||
<p class="max-w-xl text-center font-extrabold text-2xl">
|
||||
<p class="max-w-xl text-center text-2xl">
|
||||
<slot name="lead" />
|
||||
</p>
|
||||
<slot />
|
||||
|
||||
@ -9,7 +9,7 @@ import ContentSection from "~/components/content-section.astro";
|
||||
<Image slot="eyebrow" src={logo} alt="Logo" class="size-24" />
|
||||
<Fragment slot="lead">
|
||||
Try on your online orders at Sejour, a beautiful new analog fitting room in
|
||||
Flatiron. We'll handle the boxes, you focus on the fit.
|
||||
Flatiron. We'll handle the boxes, so you can focus on the fit.
|
||||
</Fragment>
|
||||
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
|
||||
<a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user