carhop__carhop-theme__DEV/resources/css/pages/archive-analyses-etudes.css
2026-02-13 15:46:42 +01:00

19 lines
360 B
CSS

.post-type-archive-analyses-etudes {
.latest-parutions {
@apply grid grid-cols-1 gap-6 -mt-12 max-w-screen-lg mx-auto;
&__title {
@apply text-white;
}
}
.post-grid {
@apply alignwide !mx-auto !mt-12;
select[name='types'] {
@apply pr-20;
}
.content-section__inner {
@apply p-0;
}
}
}