Skip to content

Commit

Permalink
no bottom margin if the text is the last child
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Jan 4, 2018
1 parent b8d2463 commit 8020575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
font-size: 14px;
line-height: 1.5;
margin-top: 0;
margin-bottom: 18px;

&:last-child {
margin-bottom: 0;
}
}

.App__call-out {
Expand Down

0 comments on commit 8020575

Please sign in to comment.