Skip to content

Commit

Permalink
fix(type): Add spacing to paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider committed Feb 27, 2019
1 parent b04a56e commit 9ad4ec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ray/lib/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ p,
.p6 {
font-weight: 400;
margin: 0;

&:not(:last-child) {
margin-bottom: 1rem;
}
}

.p1 {
Expand Down

0 comments on commit 9ad4ec4

Please sign in to comment.