Compare commits

...

3 Commits

Author SHA1 Message Date
Antoine M
7834754573 FEEDBACK Refining paddings
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-06 11:12:45 +02:00
Antoine M
f60c5afd90 FEEDBACK Hiding swiper-pagination-fraction 2025-10-06 11:11:41 +02:00
Antoine M
f76503dcc6 STYLE FIX on director 2025-10-06 11:11:24 +02:00
3 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@
&--director {
@apply bg-primary;
p,
.author-card__name a,
.author-card__bio {
@apply text-white;

View File

@ -1,4 +1,7 @@
.article-caroussel {
.swiper-pagination-fraction {
@apply hidden;
}
&--grid {
@apply grid grid-cols-2 gap-12;
}

View File

@ -5,7 +5,9 @@
@apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0;
@screen lg {
grid-template-columns: 61.8fr 38.2fr;
@apply !py-16;
}
@screen 2xl {
@apply !py-6;
}
}