Skip to content

Commit

Permalink
Make ul and ol indented well in blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrahadi committed Jun 6, 2024
1 parent 9b049ba commit 46621d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/pages/blog-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
p {
font-size: 18px;
}

ul,
ol {
margin-left: 1em;
}
}

.post__image {
Expand Down

0 comments on commit 46621d2

Please sign in to comment.