From c75f42b0a661d0e259cb5fa3736277318f291560 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 14 Aug 2022 19:38:13 -0400 Subject: [PATCH] Fix minimal details --- src/assets/styles/base.css | 2 +- src/components/astro/ctas/BasicCTA.astro | 2 +- src/components/astro/features/StepsFeatures.astro | 6 +++--- src/components/astro/footers/BasicFooter.astro | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/styles/base.css b/src/assets/styles/base.css index d0fd9e5..5f2284d 100644 --- a/src/assets/styles/base.css +++ b/src/assets/styles/base.css @@ -4,6 +4,6 @@ @layer components { .btn { - @apply inline-flex items-center justify-center rounded border border-transparent font-medium leading-snug transition py-3 px-6 shadow-lg; + @apply inline-flex items-center justify-center rounded border border-transparent font-medium text-center text-base leading-snug transition py-3 px-6 shadow-lg ease-in duration-200 focus:ring-blue-500 focus:ring-offset-blue-200 focus:ring-2 focus:ring-offset-2; } } diff --git a/src/components/astro/ctas/BasicCTA.astro b/src/components/astro/ctas/BasicCTA.astro index ca56092..1c27317 100644 --- a/src/components/astro/ctas/BasicCTA.astro +++ b/src/components/astro/ctas/BasicCTA.astro @@ -10,7 +10,7 @@ const {} = Astro.props; Astro + Tailwind CSS

- Be very surprised by these huge fake numbers you are seeing on this page.
Don't waste more time! :P + Be very surprised by these huge fake numbers you are seeing on this page. Don't waste more time! :P

diff --git a/src/components/astro/features/StepsFeatures.astro b/src/components/astro/features/StepsFeatures.astro index 6ad31e7..b969da1 100644 --- a/src/components/astro/features/StepsFeatures.astro +++ b/src/components/astro/features/StepsFeatures.astro @@ -3,9 +3,9 @@ const {} = Astro.props; ---
-
+
-
+
@@ -19,7 +19,7 @@ const {} = Astro.props;