diff --git a/capsule/static/simple.css b/capsule/static/simple.css index 7b73bae..3d93c2e 100644 --- a/capsule/static/simple.css +++ b/capsule/static/simple.css @@ -70,7 +70,7 @@ body { color: var(--text); background-color: var(--bg); font-size: 1.15rem; - line-height: 1.5; + line-height: 1.2; display: grid; grid-template-columns: 1fr min(45rem, 90%) 1fr; margin: 0; @@ -115,6 +115,7 @@ body > footer { /* Format headers */ h1 { font-size: 3rem; + margin-top: 3rem; } h2 { @@ -574,6 +575,7 @@ kbd { } pre { + font-size: 0.9rem; padding: 1rem 1.4rem; max-width: 100%; overflow: auto;