update default text line-height (#11711)

This commit is contained in:
Gabriel Hernandez 2023-05-17 22:41:51 +01:00 committed by GitHub
parent 452b385c12
commit 87d144aae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,8 @@ a {
padding: $pad-xlarge;
border-radius: 3px;
background-color: $core-white;
// desired default line-height for text is 1.5x the font size.
line-height: 1.5;
}
.has-sidebar {