From c04d97540c9f52661b4f33659efe5a0bef7f0630 Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 15 Aug 2023 01:50:34 -0400 Subject: [PATCH 1/3] Update max-width --- src/components/widgets/Contact.astro | 2 +- src/components/widgets/Content.astro | 2 +- src/components/widgets/FAQs.astro | 2 +- src/components/widgets/Features2.astro | 2 +- src/components/widgets/Hero.astro | 7 +++++++ src/components/widgets/Pricing.astro | 2 +- src/components/widgets/Steps.astro | 2 +- src/components/widgets/Steps2.astro | 2 +- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/widgets/Contact.astro b/src/components/widgets/Contact.astro index a4162dd..ec23d9d 100644 --- a/src/components/widgets/Contact.astro +++ b/src/components/widgets/Contact.astro @@ -21,7 +21,7 @@ const { } = Astro.props as Contact; --- - + { diff --git a/src/components/widgets/Content.astro b/src/components/widgets/Content.astro index 563c9ce..ce9fb13 100644 --- a/src/components/widgets/Content.astro +++ b/src/components/widgets/Content.astro @@ -25,7 +25,7 @@ const { +
+ {tagline && ( +

+ )} { title && (

+
diff --git a/src/components/widgets/Steps.astro b/src/components/widgets/Steps.astro index 652efbe..fde8052 100644 --- a/src/components/widgets/Steps.astro +++ b/src/components/widgets/Steps.astro @@ -20,7 +20,7 @@ const { } = Astro.props as Steps; --- - +
+
Date: Tue, 15 Aug 2023 01:50:59 -0400 Subject: [PATCH 2/3] Minimal fix --- src/pages/index.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index d0a32d7..a2c2b61 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -320,6 +320,7 @@ const metadata = { title="Frequently Asked Questions" subtitle="Dive into the following questions to gain insights into the powerful features that AstroWind offers and how it can elevate your web development journey." tagline="FAQs" + classes={{ container: 'max-w-6xl'}} items={[ { title: 'Why AstroWind?', From d63f270e4a64f2952c68e4d0c4623a655367de16 Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 15 Aug 2023 01:52:59 -0400 Subject: [PATCH 3/3] Minimal fix --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index a2c2b61..19171c6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -376,7 +376,7 @@ const metadata = { }} > - Astro +
Tailwind CSS + Astro + 
Tailwind CSS