19 lines
360 B
CSS
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;
|
|
}
|
|
}
|
|
}
|