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