Adjust text line heights
This commit is contained in:
parent
f8a9cfa1a9
commit
5e1339a292
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ body {
|
||||||
max-width: var(--page--max-width);
|
max-width: var(--page--max-width);
|
||||||
@media screen and (min-width: 48rem) {
|
@media screen and (min-width: 48rem) {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
line-height: 1.875rem;
|
line-height: 1.666667;
|
||||||
letter-spacing: -0.01em;
|
letter-spacing: -0.01em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -112,7 +112,7 @@ pre {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-family: var(--font--mono);
|
font-family: var(--font--mono);
|
||||||
line-height: initial;
|
line-height: 1.4;
|
||||||
code {
|
code {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
> li {
|
> li {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue