Metiers_du_patrimoine_theme/resources/css/components/heading-box.css
Nonimart d142147d4e
All checks were successful
continuous-integration/drone/push Build is passing
FIX Tweaks on heading box artisans
2025-07-11 10:28:12 +02:00

31 lines
742 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-20;
@screen lg {
@apply w-28;
/* width: unset; */
}
}
.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;
}
}
}