Fix relatively sized line-height on paragraph styles

Paragraphs with larger font sizes will now have proportionally sized line-heights based on the font size.
This commit is contained in:
carljbowman 2020-10-26 15:11:32 -04:00
parent 14397625db
commit 020e9029e9

View file

@ -38,7 +38,7 @@ h5 {
p {
font-size: 1rem;
line-height: 2rem;
line-height: 2em;
}
@media #{$small} {