Add section bottom padding.
This commit is contained in:
parent
86ef9c6f75
commit
b7464cae3c
8
inf.css
8
inf.css
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user