From 36ce60aa28daad69f335a6e7dbab8792cea38e32 Mon Sep 17 00:00:00 2001 From: Florian Walther Date: Sat, 17 Jan 2026 21:44:01 +0100 Subject: [PATCH] container sized down to 500px width --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index ba33966..56d7949 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func helpHandler(w http.ResponseWriter, r *http.Request) { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); max-width: 800px; width: 90%; - min-width: 600px; + min-width: 500px; } h1 { font-size: 1.5rem; @@ -148,7 +148,7 @@ html := fmt.Sprintf( border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); width: 90%%; - min-width: 600px; + min-width: 500px; position: relative; } h1 {