From f1adfc82a9204c228b95ef1e030d37a0cb239035 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 19 May 2026 13:00:45 -0700 Subject: [PATCH] Fix some things being off horizontal center, such as the menu vs Main Site link in the header. --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index d50a8af..ff6c6bb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -16,6 +16,11 @@ pre,strong { margin-bottom: 2px; } +div { + margin-top: 8px; + margin-bottom: 8px; +} + pre { padding: 2px; padding-left: 20px;