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 {