From eaca76acf4b013d744088adf94b28c8df57a14c1 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 3 Nov 2021 23:41:47 -0700 Subject: unify left/right padding --- templates/layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/layout.html b/templates/layout.html index f7bb0e0..e70c260 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -152,6 +152,7 @@ div#crane div.content { div#crane div.cat { text-align: left; padding-left: .5em; + padding-right: .5em; color: #555; padding-bottom: 0.5em; overflow-wrap: normal; @@ -178,6 +179,7 @@ div#crane div.list div.paper { padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 10px; + padding-right: 10px; } div#crane div.list span.authors { -- cgit v1.2.3-54-g00ecf