From a0d6aa2b46a278fdacf7f5613b3ebf3b3958a996 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 18 Nov 2023 01:53:47 +0000 Subject: [PATCH] Update CSS "main" from version 11.1.2-beta.1 to 11.1.3-beta.1 --- main.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; }