Skip to content

Commit

Permalink
fix: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Mar 15, 2024
1 parent 15511da commit 280a17a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ const MarkdownContainer = ({
}
}
}
ol > li {
counter-increment: listitem 1;
list-style-type: none;
position: relative;
&::before {
background: var(--border-color);
border-radius: 10px;
Expand Down

0 comments on commit 280a17a

Please sign in to comment.