diff --git a/main.css b/main.css index 1185a34..1942969 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS */ -/* Version: 11.1.2-beta.1 */ +/* Version: 11.1.3-beta.1 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -24,7 +24,6 @@ h1 { text-align: center; line-height: 130%; color: #ffffff; - padding-bottom: 40px; } h2 { @@ -83,10 +82,7 @@ code { font-size: 15px; color: #ffffff; background-color: #424242; - padding-top: 4px; - padding-right: 4px; - padding-bottom: 4px; - padding-left: 4px; + padding: 2px; }