💄 style: set a minimum value for paragraph spacing

main
welpo 2 years ago
parent 1c07128aeb
commit a89fc02a96
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -182,7 +182,7 @@ h5 {
p { p {
font-family: var(--serif-font); font-family: var(--serif-font);
margin-top: 0.4rem; margin-top: 0.4rem;
margin-bottom: 2.3vmin; margin-bottom: max(2.3vmin, 24px);
line-height: 2rem; line-height: 2rem;
font-size: 1em; font-size: 1em;
} }

Loading…
Cancel
Save