From 4890e2faba348c749c3515be9f04c5bdce199d76 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 11:18:42 +0100 Subject: [PATCH] refining timeline height --- resources/css/blocks/timeline.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 4c01191..80185e1 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -58,12 +58,11 @@ &:before { @apply rounded-3xl bg-secondary opacity-10 - absolute - top-0 - h-full; + absolute; + height: calc(100% + 40px); + top: -20px; z-index: -1; content: ''; - top: 0; width: 20px; left: 24px; @screen md { @@ -124,6 +123,10 @@ background: red; } } + ul, + ol { + @apply !my-3; + } } &__title {