18 lines
386 B
CSS
18 lines
386 B
CSS
.metiers-patrimoine-page-container--repertoire-metiers,
|
|
.metiers-patrimoine-page-container--single-artisans {
|
|
.heading-box {
|
|
@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; */
|
|
}
|
|
}
|
|
}
|