diff --git a/resources/css/components/heading-box.css b/resources/css/components/heading-box.css index d38964a..7c2be4a 100644 --- a/resources/css/components/heading-box.css +++ b/resources/css/components/heading-box.css @@ -1,9 +1,17 @@ .metiers-patrimoine-page-container--repertoire-metiers, .metiers-patrimoine-page-container--single-artisans { .heading-box { - @apply !mt-8 pb-6; + @apply mt-12 lg:!mt-8 pb-6; &__description { @apply text-3xl max-w-screen-xl font-bold; } } + + .heading-box--classic__page-icon { + @apply w-20; + @screen lg { + @apply w-28; + /* width: unset; */ + } + } }