diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 31d3445..0b01db5 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -3,9 +3,6 @@ .section_titling { @apply mb-9; } - .section_titling__title:first-child { - @apply mt-0; - } &__container { @apply relative; } @@ -128,7 +125,7 @@ } ul, ol { - @apply !my-3; + @apply !mt-3 mb-1; } } @@ -139,6 +136,10 @@ @apply text-neutral-900 font-bold text-2xl; } } + + .section_titling__title:first-child { + @apply mt-0; + } } .section_titling + .homegrade-blocks-timeline {