FIX margin top on heading box

This commit is contained in:
Nonimart 2025-07-31 14:20:01 +02:00
parent e01645091c
commit a1a3ced1db

View File

@ -1,7 +1,7 @@
.metiers-patrimoine-page-container--repertoire-metiers,
.metiers-patrimoine-page-container--single-artisans {
.heading-box {
@apply mt-12 2xl:!mt-8 pb-6;
@apply mt-14 pb-6;
&__description {
@apply text-3xl max-w-screen-xl font-bold;
}