Increase line height of body text to 1.5
This commit is contained in:
parent
f20b9fe3bf
commit
e5701b5c92
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
--body-font-size: 2rem;
|
--body-font-size: 2rem;
|
||||||
--body-item-spacing: 1em;
|
--body-item-spacing: 1em;
|
||||||
--body-line-height: 1.4;
|
--body-line-height: 1.5;
|
||||||
--body-header-line-height: 1.1;
|
--body-header-line-height: 1.1;
|
||||||
--body-code-background-color: rgb(var(--super-lt-gray));
|
--body-code-background-color: rgb(var(--super-lt-gray));
|
||||||
|
|
||||||
|
@ -135,6 +135,7 @@ code {
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
line-height: var(--body-line-height);
|
||||||
margin-block-start: 0.2em;
|
margin-block-start: 0.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue