From 3a06876f1c66908d77da410560461117e40c651a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 9 Jul 2024 16:29:49 -0400 Subject: Increase container width on large screens to fit ~80 code chars. --- css/dthompson.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/dthompson.css b/css/dthompson.css index 1d1bc7d..52fabf7 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -129,7 +129,7 @@ nav a:visited { .container { margin-left: 14rem; margin-right: 4rem; - max-width: 52rem; + max-width: 60rem; } } -- cgit v1.2.3