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 {