diff options
author | Jordan <me@jordan.im> | 2021-03-09 22:05:34 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-03-09 22:05:34 -0700 |
commit | c0271039935407c232270cef74cd2f559f77a64e (patch) | |
tree | 7440fac74b67a7012c630a78a12286e780fbedc5 /templates/layout.html | |
parent | 0792ecdb714a1d7dfe8f3941d32821e3d8f953ce (diff) | |
download | crane-c0271039935407c232270cef74cd2f559f77a64e.tar.gz crane-c0271039935407c232270cef74cd2f559f77a64e.zip |
category padding, line-height
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html index a34f5dd..131e9e4 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -79,7 +79,7 @@ div#crane table { div#crane table#header { width: 100%; - margin-bottom: 1em; + margin-bottom: 0.5em; } div#crane table#header td.inpt { @@ -145,8 +145,9 @@ div#crane div.content { div#crane div.cat { font-size: 80%; color: #555; - padding-bottom: 1em; + padding-bottom: 0.5em; overflow-wrap: normal; + line-height: 1.5em; } div#crane div.list { |