Skip to content

Commit

Permalink
feat: Remove bottom margin in markdown if p tag is last
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 6a72ead commit 3e36937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Markdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
background: var(--color-neutrals-200);
border-radius: 2px;
}

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

0 comments on commit 3e36937

Please sign in to comment.