refining timeline margins

This commit is contained in:
Antoine M 2023-12-13 17:36:44 +01:00
parent 05d379c14e
commit 7b7a538223

View File

@ -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 {