carhop__dynamiques-theme__P.../resources/css/pages/single-auteurs.css
Nonimart 6119244115
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Optimizing responsive
2025-09-16 16:15:44 +02:00

32 lines
765 B
CSS

.page--single-auteurs {
@apply max-w-screen-xl mx-auto px-4;
h1 {
@apply !text-8xl uppercase mb-8 col-span-2;
}
.author-card__profile-picture {
@apply block static col-span-2 lg:col-span-1;
}
&__header {
@apply grid grid-cols-1 gap-2 gap-x-8 items-center justify-center py-12;
@screen lg {
grid-template-columns: auto 1fr;
}
}
&__comities-list {
@apply flex flex-wrap gap-2 items-center col-span-2 text-primary font-normal pt-4;
}
&__comity {
@apply text-lg fjalla uppercase;
+ .page--single-auteurs__comity {
@apply before:content-['|'] before:mx-2 before:text-primary;
}
}
&__comities-list-title {
@apply text-base font-normal text-neutral-400;
}
}