mirror of
https://github.com/acaloiaro/acaloiaro.github.io
synced 2026-07-21 18:29:18 +00:00
Improve line height
This commit is contained in:
parent
7e2ef8afdc
commit
213e909483
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ body {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.7;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
}
|
}
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue