diff --git a/assets/css/main.scss b/assets/css/main.scss index 46ce128..b9c9c3c 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -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); @@ -60,4 +60,4 @@ main p a:hover { body { margin-top: calc(1rem + 2vh); } -} +} \ No newline at end of file