From f5b6d1e6ebd0f646c915c04e08f7c11fc81e648e Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 3 Nov 2021 13:51:17 -0700 Subject: crane div border, papersection font-size --- templates/layout.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index c776582..73c9153 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -16,13 +16,20 @@ } } +html, body { + background: #fbfaf9 +} + div#crane { font-family: monospace; - background: white; - padding: 4px; - max-width: 55em; + background: #fff; + padding: 16px; + max-width: 60em; margin: auto; overflow-wrap: break-word; + border: 1px solid #eee; + box-shadow: 0 0 .5em #999; + border-radius: 2px; } div#crane a { @@ -208,7 +215,6 @@ div#crane div.list div.papersection { padding-top: 0.5em; padding-bottom: 0.5em; color: black; - font-size: 120%; } div#crane div.footer { -- cgit v1.2.3-54-g00ecf