From 1426f52631ed3a83b17c430533ba1cc771771dc4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Jul 2024 11:35:45 +0200 Subject: [PATCH] spacing tweaks --- template-components/heading-box--parcours-parent.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template-components/heading-box--parcours-parent.css b/template-components/heading-box--parcours-parent.css index 4c48819..a474360 100644 --- a/template-components/heading-box--parcours-parent.css +++ b/template-components/heading-box--parcours-parent.css @@ -1,7 +1,7 @@ .heading-box--parcours-parent { @apply heading-box; @apply text-center; - + @apply mt-12 lg:mt-8; &__title { @apply text-3xl; @apply text-6xl; @@ -12,7 +12,7 @@ line-height: 1.2; } &__page-icon { - @apply mx-auto w-28 absolute top-0 left-1/2; + @apply mx-auto w-24 h-24 md:w-28 md:h-28 absolute top-0 left-1/2; transform: translate(-50%, -50%); } .cta--secondary {