From 4fe9c5db310999dcfcbb543faa62457e5986d71b Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 28 Feb 2021 21:40:04 -0700 Subject: max-width: 55em -> 45em --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/layout.html b/templates/layout.html index a239bf7..39bb8bb 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -21,7 +21,7 @@ div#crane { padding: 0em; background: white; padding: 4px; - max-width: 55em; + max-width: 45em; margin: auto; } -- cgit v1.2.3-54-g00ecf