refining spacings

This commit is contained in:
Antoine M 2023-12-13 16:31:27 +01:00
parent e1c1645f3e
commit 7f382a07a5

View File

@ -1,8 +1,11 @@
.homegrade-blocks-timeline { .homegrade-blocks-timeline {
@apply max-w-screen-xl mx-auto my-32; @apply max-w-screen-xl mx-auto pt-12 pb-16;
.section_titling { .section_titling {
@apply mb-9; @apply mb-9;
} }
.section_titling__title:first-child {
@apply mt-0;
}
&__container { &__container {
@apply relative; @apply relative;
} }