Add margins to paragraph tags

This commit is contained in:
John Furrow
2016-11-05 13:07:11 -07:00
parent 6fd0041111
commit 199f731de0
+4
View File
@@ -26,3 +26,7 @@ a {
position: relative;
text-overflow: ellipsis;
}
p {
margin-bottom: $spacing-unit * 3/5;
}