diff options
author | Jordan <me@jordan.im> | 2021-02-28 21:40:04 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-02-28 21:40:04 -0700 |
commit | 4fe9c5db310999dcfcbb543faa62457e5986d71b (patch) | |
tree | d2bc406b14a4822eb1d03513cb0ee8737db5df4b /templates | |
parent | 966ee629775635a31c69fb21cdd55e103653e480 (diff) | |
download | crane-4fe9c5db310999dcfcbb543faa62457e5986d71b.tar.gz crane-4fe9c5db310999dcfcbb543faa62457e5986d71b.zip |
max-width: 55em -> 45em
Diffstat (limited to 'templates')
-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 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; } |