diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index fd2205a7c..59e8bf602 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -1777,32 +1777,35 @@
-

+

{{ cta.title }} {{ cta.subtitle }}

{{ cta.button }} @@ -1810,17 +1813,20 @@ v-else :href="cta.link" class=" - green - bg-green-300 - lg:text-2xl - text-lg - font-extrabold - px-12 - hover:bg-green-200 - rounded-lg - py-4 - mb-4 - shadow + + inline-block + bg-white + text-lg + learn-button + hover:bg-gray-400 + px-12 + py-1 + mr-5 + my-4 + border-2 + shadow + border-black + " >{{ cta.button }} diff --git a/src/components/marketing/sections/blog-sections/3_column_cards.vue b/src/components/marketing/sections/blog-sections/3_column_cards.vue index 244c0431e..e3b765f98 100644 --- a/src/components/marketing/sections/blog-sections/3_column_cards.vue +++ b/src/components/marketing/sections/blog-sections/3_column_cards.vue @@ -1,7 +1,7 @@