Commit 020e9029 authored by carljbowman's avatar carljbowman

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.
parent 14397625
...@@ -38,7 +38,7 @@ h5 { ...@@ -38,7 +38,7 @@ h5 {
p { p {
font-size: 1rem; font-size: 1rem;
line-height: 2rem; line-height: 2em;
} }
@media #{$small} { @media #{$small} {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment