mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-09 11:52:00 -04:00
body: lower line-height
1.8 -> 1.6
This commit is contained in:
parent
b27858ba10
commit
c4839ccfbe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ body {
|
|||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||
'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.8;
|
||||
line-height: 1.6;
|
||||
word-break: break-word;
|
||||
background: var(--theme);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue