mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
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:
parent
14397625db
commit
020e9029e9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ h5 {
|
|||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
line-height: 2rem;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
@media #{$small} {
|
||||
|
|
Loading…
Reference in a new issue