Increase line height of body text to 1.5

This commit is contained in:
Eryn Wells 2022-10-19 07:33:13 -07:00
parent f20b9fe3bf
commit e5701b5c92

View file

@ -38,7 +38,7 @@
--body-font-size: 2rem;
--body-item-spacing: 1em;
--body-line-height: 1.4;
--body-line-height: 1.5;
--body-header-line-height: 1.1;
--body-code-background-color: rgb(var(--super-lt-gray));
@ -135,6 +135,7 @@ code {
figcaption {
font-size: 75%;
line-height: var(--body-line-height);
margin-block-start: 0.2em;
text-align: center;
}