removing double bullet on editor timeline step
This commit is contained in:
parent
47e4713de6
commit
624c6d922f
|
|
@ -66,6 +66,9 @@
|
|||
|
||||
.homegrade-blocks-timeline-step {
|
||||
@apply grid grid-cols-3 gap-12 py-16;
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
&__innercontent {
|
||||
@apply -mt-12;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ p {
|
|||
.homegrade-blocks-plus-loin,
|
||||
.homegrade-blocks-timeline-step {
|
||||
ul {
|
||||
list-style: none;
|
||||
list-style: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user