diff options
author | Jordan <me@jordan.im> | 2021-11-03 15:37:49 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-11-03 15:37:49 -0700 |
commit | e9bcbde3915cf95f6010a2fac5a8ed24d183008a (patch) | |
tree | 683c5adfb787aa53b9803cc3b7f09e13a9e5ef67 | |
parent | f5b6d1e6ebd0f646c915c04e08f7c11fc81e648e (diff) | |
download | crane-e9bcbde3915cf95f6010a2fac5a8ed24d183008a.tar.gz crane-e9bcbde3915cf95f6010a2fac5a8ed24d183008a.zip |
max-width: 60em -> 65em
-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; |