FEATURE styling archive pages

This commit is contained in:
Antoine M 2026-02-13 15:46:42 +01:00
parent 582b7cf775
commit 5580d9e496
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
.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;
}
}
}

View File

@ -0,0 +1,18 @@
body.archive {
.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;
}
}
}