💄 style: set a minimum value for paragraph spacing
This commit is contained in:
parent
1c07128aeb
commit
a89fc02a96
@ -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…
x
Reference in New Issue
Block a user