few padding tweaks

This commit is contained in:
Antoine M 2024-12-02 12:32:02 +01:00
parent 4fd82c9b30
commit 0ea3b2b022

View File

@ -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; */
}
}
}