From 03660bfa24899fc6924e58cdbc7e256f982db3e5 Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 25 Feb 2022 02:28:39 -0100 Subject: [PATCH] Reduce padding after forms --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 2514d8bd..9e942422 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -80,7 +80,7 @@ header div.subtitle { } form { - margin-bottom: 4em; + margin-bottom: 1em; } form table {