From 6ba3a3418a082b915a83324b4dea0dce79da8e92 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 9 Aug 2023 11:49:25 +0200 Subject: [PATCH] Include title in some widgets --- src/components/widgets/Steps2.astro | 6 +++--- src/pages/about.astro | 7 +++++-- src/pages/landing/mobile-app.astro | 8 +++++--- src/pages/landing/startup.astro | 1 + 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/widgets/Steps2.astro b/src/components/widgets/Steps2.astro index 68e2981..9482ff1 100644 --- a/src/components/widgets/Steps2.astro +++ b/src/components/widgets/Steps2.astro @@ -28,14 +28,14 @@ const { tagline={tagline} callToAction={callToAction} classes={{ - container: 'text-left mb-4 md:mb-8', + container: 'text-center md:text-left mb-4 md:mb-8', title: 'mb-4 text-3xl lg:text-4xl font-bold font-heading', subtitle: 'mb-8 text-xl text-muted dark:text-slate-400', // ...((classes?.headline as {}) ?? {}), }} /> -
+
{ typeof callToAction === 'string' ? ( @@ -52,7 +52,7 @@ const { }
-
+
    { items && items.length diff --git a/src/pages/about.astro b/src/pages/about.astro index bc256e2..b75f2cd 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -30,6 +30,7 @@ const metadata = {