styling the single

This commit is contained in:
Antoine M 2024-10-23 10:37:04 +02:00
parent f6a864e002
commit 93a9e09633

View File

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