fixing gap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-02-11 10:11:55 +01:00
parent 9b1d70c0f5
commit b6b35383dc
2 changed files with 2 additions and 1 deletions

View File

@ -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;
} }

View File

@ -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;