Reduce section bottom spacing

This commit is contained in:
inference 2023-09-09 23:41:11 +01:00
parent 28919f4a1b
commit d4aec47ef4
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

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