STYLE Refining spacings
This commit is contained in:
parent
54ea90bafd
commit
8284a1e7a0
|
|
@ -1,5 +1,5 @@
|
||||||
.chapter-section {
|
.chapter-section {
|
||||||
@apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-0;
|
@apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-16;
|
||||||
@apply py-32 xl:py-32 2xl:py-48 px-4 md:px-12;
|
@apply py-32 xl:py-32 2xl:py-48 px-4 md:px-12;
|
||||||
@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);
|
||||||
|
|
@ -118,3 +118,8 @@
|
||||||
@apply -rotate-1;
|
@apply -rotate-1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chapter-section--width-full.chapter-section--has-background
|
||||||
|
+ .chapter-section--width-full.chapter-section--has-background {
|
||||||
|
@apply !-mt-20;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user