fixing scope for card-large-content

This commit is contained in:
Antoine M 2024-01-18 15:49:27 +01:00
parent 1530149ce4
commit c2c4bd18fe

View File

@ -1,11 +1,16 @@
.card-large-content { .homegrade-page-container--archive-conseils {
@apply pt-32; .card-large-content {
&__links-container { @apply pt-24;
@apply lg:gap-32; &__links-container {
@apply lg:gap-32;
}
&__top-illustration {
width: 330px;
height: 180px;
transform: translate(-50%, -54%);
}
} }
&__top-illustration { .archive-page-header {
width: 330px; @apply mt-20;
height: 180px;
transform: translate(-50%, -54%);
} }
} }