Skip to content

Commit

Permalink
fix: fix bullet point position in ul
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Nov 25, 2024
1 parent f6e7e38 commit 738d38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default css`
ul {
margin: 0;
padding: 0 0 0 ${spacers.dp12};
padding: 0 0 0 ${spacers.dp16};
list-style-position: outside;
}
li + li {
Expand Down

0 comments on commit 738d38c

Please sign in to comment.