From e9bcbde3915cf95f6010a2fac5a8ed24d183008a Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 3 Nov 2021 15:37:49 -0700 Subject: max-width: 60em -> 65em --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 73c9153..f7bb0e0 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -24,7 +24,7 @@ div#crane { font-family: monospace; background: #fff; padding: 16px; - max-width: 60em; + max-width: 65em; margin: auto; overflow-wrap: break-word; border: 1px solid #eee; -- cgit v1.2.3-54-g00ecf