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