FEATURE Ajout d'une contrainte de largeur maximale pour la section de chapitre
This commit is contained in:
parent
94e61ed4db
commit
9a6288420a
|
|
@ -1,7 +1,7 @@
|
||||||
.chapter-section {
|
.chapter-section {
|
||||||
@apply relative flex flex-col lg:flex-row items-center justify-between gap-8 2xl:gap-12 !my-16;
|
@apply relative flex flex-col lg:flex-row items-center justify-between gap-8 2xl:gap-12 !my-16;
|
||||||
@apply py-16 md:py-32 xl:py-32 2xl:py-48 px-8 md:px-20;
|
@apply py-16 md:py-32 xl:py-32 2xl:py-48 px-8 md:px-20;
|
||||||
@apply max-w-screen-2xl mx-auto;
|
@apply !max-w-screen-2xl mx-auto;
|
||||||
color: var(--content-box-text-color);
|
color: var(--content-box-text-color);
|
||||||
min-height: 60vh;
|
min-height: 60vh;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user