From 862685093292eb6380ab50cd46b89d0b6d8696a1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 10:03:49 +0100 Subject: [PATCH] handling cta secondary --- template-components/heading-box.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template-components/heading-box.css b/template-components/heading-box.css index 0bea760..a77170a 100644 --- a/template-components/heading-box.css +++ b/template-components/heading-box.css @@ -21,11 +21,14 @@ .heading-box--classic { @apply text-center; &__description { - @apply font-bold text-4xl max-w-screen-md mx-auto pt-4 max-w-md mx-auto; + @apply font-bold text-4xl mx-auto pt-4 max-w-lg mx-auto; line-height: 1.2; } &__page-icon { @apply mx-auto w-28 absolute top-0 left-1/2; transform: translate(-50%, -50%); } + .cta--secondary { + @apply mt-8; + } }