Skip to content

Commit

Permalink
No margin-bottom for last p inside li tags (#262)
Browse files Browse the repository at this point in the history
Fixes #241.
  • Loading branch information
jeroenheijmans authored and JohnONolan committed Oct 24, 2016
1 parent 5060c94 commit 054cd87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/screen.css
Expand Up @@ -295,6 +295,10 @@ li li {
margin: 0;
}

li > p:last-of-type {
margin-bottom: 0;
}

hr {
display: block;
height: 1px;
Expand Down

0 comments on commit 054cd87

Please sign in to comment.