Add section bottom padding.

This commit is contained in:
inference 2023-06-18 18:22:29 +01:00
parent 86ef9c6f75
commit b7464cae3c
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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;