Adjust text line heights

This commit is contained in:
Foster Hangdaan 2023-11-29 11:58:53 -05:00
parent f8a9cfa1a9
commit 5e1339a292
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;