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 { }
-
+