From 08a56ba310db3131fef12d2754564640a9f313b2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 17:02:14 +0100 Subject: [PATCH] refining list padding --- 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 0b01db5..fac014a 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -125,7 +125,10 @@ } ul, ol { - @apply !mt-3 mb-1; + @apply !mt-3 mb-1 pl-4; + li { + @apply py-1; + } } }