From 50a2af5dd065d519a987441295e31c718a4b7651 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Jun 2023 18:24:24 +0100 Subject: [PATCH] Add heading level 1 bottom padding. --- inf.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index e703782..7b9d078 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.2.0.38 */ +/* Version: 10.2.0.39 */ /* Body */ @@ -49,6 +49,7 @@ h1, .h1 { text-align: center; line-height: 130%; color: #ffffff; + padding-bottom: 40px; }