From 22811c8b0a80f2335e05ecf80eef87c88ab57e1b Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Wed, 2 Mar 2022 13:45:50 -0600 Subject: [PATCH] adjusted site css to be slightly wider --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 795729b..eb1750e 100644 --- a/static/index.css +++ b/static/index.css @@ -29,7 +29,7 @@ body { font-size: calc(12px + 0.33vw); margin: auto; padding: 1.3em; - max-width: clamp(300px, 600px + 3vw, 900px); + max-width: clamp(400px, 750px + 3vw, 900px); } h1 {