style: increase max-w & line-height
This commit is contained in:
parent
ba601cc9d9
commit
49d5d48637
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
:root {
|
||||
--max-w: 640px;
|
||||
--max-w: 1080px;
|
||||
--font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
||||
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
|
@ -24,7 +24,7 @@ body {
|
|||
margin: 0 16px;
|
||||
font-family: var(--font);
|
||||
font-weight: 400;
|
||||
line-height: 1.6;
|
||||
line-height: 2.2;
|
||||
background-image: var(--back-image);
|
||||
background-color: var(--back);
|
||||
color: var(--text);
|
||||
|
|
Loading…
Reference in a new issue