From d97b749f9b02f22b08684b39348af34d582ec96d Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 11 Jul 2025 10:54:48 +0200 Subject: [PATCH] FIX Overlaping icon --- resources/css/components/heading-box.css | 5 +++-- resources/css/pages/single-artisans.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/components/heading-box.css b/resources/css/components/heading-box.css index 21cacb3..9946411 100644 --- a/resources/css/components/heading-box.css +++ b/resources/css/components/heading-box.css @@ -8,11 +8,12 @@ } .heading-box--classic__page-icon { - @apply w-20; + @apply w-16; @screen lg { - @apply w-28; + @apply w-24; /* width: unset; */ } + transform: translate(-50%, calc(-50% + 10px)); } .heading-box--artisan { diff --git a/resources/css/pages/single-artisans.css b/resources/css/pages/single-artisans.css index 2a050d7..6f35ba6 100644 --- a/resources/css/pages/single-artisans.css +++ b/resources/css/pages/single-artisans.css @@ -1,6 +1,6 @@ .metiers-patrimoine-page-container--single-artisans { .heading-box { - @apply !mt-14 pb-6 mb-4; + @apply !mt-10 pb-6 mb-4; &__description { @apply text-3xl max-w-screen-xl font-bold; }