Metiers_du_patrimoine_theme/resources/css/components/heading-box.css
Nonimart d97b749f9b
All checks were successful
continuous-integration/drone/push Build is passing
FIX Overlaping icon
2025-07-11 10:54:48 +02:00

32 lines
794 B
CSS

.metiers-patrimoine-page-container--repertoire-metiers,
.metiers-patrimoine-page-container--single-artisans {
.heading-box {
@apply mt-12 2xl:!mt-8 pb-6;
&__description {
@apply text-3xl max-w-screen-xl font-bold;
}
}
.heading-box--classic__page-icon {
@apply w-16;
@screen lg {
@apply w-24;
/* width: unset; */
}
transform: translate(-50%, calc(-50% + 10px));
}
.heading-box--artisan {
@apply flex flex-col justify-center items-center gap-2 text-center;
.heading-box__description {
@apply uppercase font-medium text-xl tracking-widest;
line-height: 1.2;
}
.heading-box__subtitle {
@apply font-bold text-4xl pt-0 max-w-3xl pb-4;
text-transform: none;
}
}
}