From ff9c8d3427c0b281efd7c35021ff6213d0c4ac40 Mon Sep 17 00:00:00 2001 From: lynxize Date: Thu, 21 Nov 2024 19:45:03 -0700 Subject: [PATCH] shrink horizontally --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index f7decff..080a8f2 100644 --- a/static/main.css +++ b/static/main.css @@ -7,7 +7,7 @@ body { background-color: #0a0a0a; - max-width: clamp(800px, 45%, 1000px); + max-width: clamp(600px, 35%, 800px); height: 100vh; margin: auto;