removing double bullet on editor timeline step

This commit is contained in:
Antoine M 2023-11-24 15:58:55 +01:00
parent 47e4713de6
commit 624c6d922f
2 changed files with 4 additions and 1 deletions

View File

@ -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;
}

View File

@ -118,7 +118,7 @@ p {
.homegrade-blocks-plus-loin,
.homegrade-blocks-timeline-step {
ul {
list-style: none;
list-style: none !important;
}
}