Skip to content

Commit

Permalink
applying indent to containing div instead of list item
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Nov 5, 2024
1 parent 48301ba commit 620b295
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,11 @@ const { heading, blocks, image, procedures, text } = reactive(props)
}
}
ol.PageEduProcedureSectionSingleStep {
@apply list-none indent-7 pr-4 xl:indent-0.5 xl:pr-0.5;
@apply list-none pl-7;
text-wrap: pretty;
@screen lg {
@apply pl-0;
}
> li {
@apply relative w-full;
counter-increment: step;
Expand Down

0 comments on commit 620b295

Please sign in to comment.