scss: increase default line height in authentic texts (#50480)

This commit is contained in:
Frédéric Péters 2021-01-24 12:17:23 +01:00
parent 4c1f1c6059
commit 625db6c9be
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ $cell-image-padding: 0.5rem !default;
& form, & p {
margin: 1em 0.5em;
}
p {
line-height: 1.4;
}
@media screen and ($max-mobile-viewport) {
margin: 0 auto;
}