Add heading level 1 bottom padding.

This commit is contained in:
inference 2023-06-18 18:24:24 +01:00
parent b7464cae3c
commit 50a2af5dd0
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.2.0.38 */ /* Version: 10.2.0.39 */
/* Body */ /* Body */
@ -49,6 +49,7 @@ h1, .h1 {
text-align: center; text-align: center;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
padding-bottom: 40px;
} }