refining timeline height
This commit is contained in:
parent
aa548ccba6
commit
4890e2faba
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user