diff options
-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 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; |