Skip to content

Commit

Permalink
fix: correct ul padding (#195)
Browse files Browse the repository at this point in the history
* fix li style

* list-outside is unnecessary

Co-authored-by: Eren Bets <0x142857@gmail.com>
  • Loading branch information
yisar and egoist authored Mar 31, 2021
1 parent ad7c6ed commit 9ab2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

.content ul {
@apply list-disc;
@apply list-inside;
margin-left: 1.25rem;
}

.content blockquote {
Expand Down

1 comment on commit 9ab2a6a

@vercel
Copy link

@vercel vercel bot commented on 9ab2a6a Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.