From 97121fa70ffc263b7a6cc6e8bafdb3beffb2ddc7 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 4 Nov 2021 13:06:20 -0700 Subject: crane div padding 16px -> 1.5em --- 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 02549bd..6fc4f25 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -23,7 +23,7 @@ html, body { div#crane { font-family: monospace; background: #fff; - padding: 16px; + padding: 1.5em; max-width: 65em; margin: auto; overflow-wrap: break-word; -- cgit v1.2.3-54-g00ecf