From a3135986fabdc8e84b5a8f5ec2d206154ce791d3 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Sat, 16 May 2026 22:54:13 +0200 Subject: [PATCH] style: change line height and popover size --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a733968..4f36969 100644 --- a/static/style.css +++ b/static/style.css @@ -224,6 +224,7 @@ body { overflow: auto; font-family: "DotGothic16", sans-serif; font-size: 1.1rem; + line-height: 1.3; &:has(#content home-content) { background-image: url(assets/images/tiledbgpink.webp); @@ -723,7 +724,7 @@ about { [popover] { color: white; - width: min(90vw, 600px); + width: min(90vw, 1200px); border: 2px solid var(--lavender); background-color: black; padding: 2rem;