Add style for <p>

This commit is contained in:
Alex Liebowitz 2016-04-24 04:59:55 -04:00
parent 366a16b933
commit 0c135bd774

View file

@ -40,6 +40,12 @@ header
line-height: $spacing-vertical;
}
p
{
margin-bottom: 0.8em;
}
.hidden {
display: none;
}