diff options
author | Jordan <me@jordan.im> | 2021-11-04 13:06:20 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-11-04 13:06:20 -0700 |
commit | 97121fa70ffc263b7a6cc6e8bafdb3beffb2ddc7 (patch) | |
tree | 7cf1a10b6e42527b30c70c88bdfc547ad19c61a9 | |
parent | 9e4eb63a6a90cdeba92c88e72a559024e1774e23 (diff) | |
download | crane-97121fa70ffc263b7a6cc6e8bafdb3beffb2ddc7.tar.gz crane-97121fa70ffc263b7a6cc6e8bafdb3beffb2ddc7.zip |
crane div padding 16px -> 1.5em
-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; |