refining timeline height

This commit is contained in:
Antoine M 2023-12-13 11:18:42 +01:00
parent aa548ccba6
commit 4890e2faba

View File

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