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 @@ .main-content {
|
|||
max-width: var(--page--max-width);
|
||||
@media screen and (min-width: 48rem) {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.875rem;
|
||||
line-height: 1.666667;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
}
|
||||
|
@ -112,7 +112,7 @@ pre {
|
|||
page-break-inside: avoid;
|
||||
word-wrap: break-word;
|
||||
font-family: var(--font--mono);
|
||||
line-height: initial;
|
||||
line-height: 1.4;
|
||||
code {
|
||||
font-size: 1rem;
|
||||
padding: 0;
|
||||
|
|
|
@ -2,7 +2,7 @@ .post-list {
|
|||
list-style: none;
|
||||
padding-left: 0;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
line-height: 1.5;
|
||||
letter-spacing: normal;
|
||||
> li {
|
||||
margin-bottom: 2rem;
|
||||
|
|
Loading…
Reference in a new issue