This commit is contained in:
parent
9b1d70c0f5
commit
b6b35383dc
|
|
@ -583,6 +583,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
gap: 2rem;
|
||||||
padding-left: 3rem;
|
padding-left: 3rem;
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.chapter-section {
|
.chapter-section {
|
||||||
@apply flex items-center justify-center 2xl:gap-12 !my-0 px-12;
|
@apply flex items-center justify-center gap-8 2xl:gap-12 !my-0 px-12;
|
||||||
/* min-height: 80vh; */
|
/* min-height: 80vh; */
|
||||||
@apply xl:pt-32;
|
@apply xl:pt-32;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user