From 57f35263404087a1e82270a4c2ba79fc6efbd81e Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 29 Nov 2019 17:14:11 +0100 Subject: [PATCH] another minor css fix --- src/css/modern.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/modern.css b/src/css/modern.css index a0872dc..2d86728 100644 --- a/src/css/modern.css +++ b/src/css/modern.css @@ -120,6 +120,7 @@ body > input { background: var(--y); color: var(--bg); } +#postamble { margin-top: 2em; } #labels a,#preamble a,#postamble a { color: var(--bg2); }