From 01bf921d1fd84af761bef2ce3d86a706192be201 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 17 Nov 2023 11:38:08 +0100 Subject: [PATCH] refining top margin with section title --- resources/css/blocks/timeline.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 512373a..0cb1127 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -73,3 +73,7 @@ } } } + +.section_titling + .homegrade-blocks-timeline { + @apply mt-12; +}