refining timeline height
This commit is contained in:
parent
aa548ccba6
commit
4890e2faba
|
|
@ -58,12 +58,11 @@
|
||||||
&:before {
|
&:before {
|
||||||
@apply rounded-3xl bg-secondary
|
@apply rounded-3xl bg-secondary
|
||||||
opacity-10
|
opacity-10
|
||||||
absolute
|
absolute;
|
||||||
top-0
|
height: calc(100% + 40px);
|
||||||
h-full;
|
top: -20px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
content: '';
|
content: '';
|
||||||
top: 0;
|
|
||||||
width: 20px;
|
width: 20px;
|
||||||
left: 24px;
|
left: 24px;
|
||||||
@screen md {
|
@screen md {
|
||||||
|
|
@ -124,6 +123,10 @@
|
||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
@apply !my-3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user