From 7f382a07a545288f7da7df17ca89bd940e472c81 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 16:31:27 +0100 Subject: [PATCH] refining spacings --- resources/css/blocks/timeline.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 80185e1..31d3445 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -1,8 +1,11 @@ .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 { @apply mb-9; } + .section_titling__title:first-child { + @apply mt-0; + } &__container { @apply relative; }