From 2f046b6694503820eec984e3673162e6d762210c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 11 Dec 2023 16:23:20 +0100 Subject: [PATCH] reducing timeline step padding --- resources/css/blocks/timeline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 4d8e694..4c01191 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -81,7 +81,7 @@ } .homegrade-blocks-timeline-step { - @apply grid grid-cols-3 gap-12 py-16; + @apply grid grid-cols-3 gap-12 py-7; ul { list-style: none; }