Skip to content

Commit

Permalink
Left-align text in list (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-david authored and TimvdLippe committed Aug 3, 2017
1 parent a8c34e4 commit 983bfa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ hr {
font-size: 17px;
padding: 0 5%;
}
.container ol, .container ul { padding: 0 8%; }
.container ol, .container ul {
text-align: left;
padding: 0 8%;
}
.container p:first-of-type {
margin-top: 40px;
}
Expand Down

0 comments on commit 983bfa9

Please sign in to comment.