From b7464cae3c47a032ec85da376423240e65c51054 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Jun 2023 18:22:29 +0100 Subject: [PATCH] Add section bottom padding. --- inf.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index 9e5f1f9..e703782 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.1.0.37 */ +/* Version: 10.2.0.38 */ /* Body */ @@ -36,6 +36,12 @@ body { } +/* Section */ +section { + padding-bottom: 40px; +} + + /* Heading 1 */ h1, .h1 { font-family: Roboto, sans-serif;