Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
add margin left for lists
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkvist committed Jan 28, 2019
1 parent 0ec1e6d commit 1ae4da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@
margin-bottom: 1.1rem;
}

.post__body > ul,
.post__body > ol {
margin-left: 3.75rem;
}

.post__footer {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 1ae4da1

Please sign in to comment.