FIX Overlaping icon
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-07-11 10:54:48 +02:00
parent bd065aa7a9
commit d97b749f9b
2 changed files with 4 additions and 3 deletions

View File

@ -8,11 +8,12 @@
}
.heading-box--classic__page-icon {
@apply w-20;
@apply w-16;
@screen lg {
@apply w-28;
@apply w-24;
/* width: unset; */
}
transform: translate(-50%, calc(-50% + 10px));
}
.heading-box--artisan {

View File

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