Remove h1 element padding-bottom

This commit is contained in:
inference 2023-11-17 23:10:49 +00:00
parent d28576d238
commit 43ae10fa2a
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS */ /* Inferencium - Website - CSS */
/* Version: 11.1.2 */ /* Version: 11.1.3-alpha.1 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -24,7 +24,6 @@ h1 {
text-align: center; text-align: center;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
padding-bottom: 40px;
} }
h2 { h2 {