diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |