Skip to content

Commit

Permalink
Merge pull request #45 from etchteam/feat/indent-bullets
Browse files Browse the repository at this point in the history
Indent bullets
  • Loading branch information
mergify[bot] authored Mar 20, 2024
2 parents d7c5f6f + 4663c4f commit bfce046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/base/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ p:last-child {

ul,
ol {
margin: 0 0 var(--diamond-spacing-sm) 0;
margin: 0 0 var(--diamond-spacing-sm) var(--diamond-spacing-xs);
padding-left: var(--diamond-spacing);
}

Expand Down

0 comments on commit bfce046

Please sign in to comment.