From c8f3429b18824b9a0617ae57a9c44030ff273a23 Mon Sep 17 00:00:00 2001 From: valvin Date: Fri, 7 Oct 2022 07:52:04 +0200 Subject: [PATCH] feat(css): adjust css for html mirror --- capsule/static/simple.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;