From e4b2890d0d064fe85ec1b800271a5fd0e2ef8fda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 7 Oct 2024 21:32:22 +0200 Subject: Made site less in width --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 862159f..2397716 100644 --- a/templates/base.html +++ b/templates/base.html @@ -35,7 +35,7 @@ background: white; line-height: 1.3; font-family: sans-serif; - max-width: 760px; + max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; @@ -58,6 +58,7 @@ h1 { font-size: xx-large; + line-height: 110%; } mark { padding: 0 0.3em; background-color: chartreuse; } @@ -82,6 +83,7 @@ overflow-x: auto; padding: 1em; background: var(--code-background)!important; + border: 1px solid black; } code { -- cgit v1.2.3