From d4aec47ef4cf19a6fc383454d5fd6aaecb6b5122 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 9 Sep 2023 23:41:11 +0100 Subject: [PATCH] Reduce section bottom spacing --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index d8e39b3..4da88e8 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.4.0.49 */ +/* Version: 10.4.0.50 */ /* Body */ @@ -20,7 +20,7 @@ body { /* Section */ section { - padding-bottom: 40px; + padding-bottom: 30px; }