FEATURE styling archive pages
This commit is contained in:
parent
582b7cf775
commit
5580d9e496
18
resources/css/pages/archive-analyses-etudes.css
Normal file
18
resources/css/pages/archive-analyses-etudes.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
18
resources/css/pages/archives.css
Normal file
18
resources/css/pages/archives.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user