FEATURE Handling cover
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-06 12:43:41 +02:00
parent 0fb2df6bdb
commit a345c5641c

View File

@ -73,4 +73,17 @@
@apply pt-8;
}
}
.statistiques-collections__bg {
@apply w-screen px-8;
margin: 0 calc(50% - 50vw) !important;
img {
@apply max-w-screen-xl mx-auto w-full;
}
}
&:has(li#tabpanel-0[data-active='true']) {
.statistiques-collections__bg {
@apply lg:hidden;
}
}
}