Reduce code element padding from 4px to 2px

This commit is contained in:
inference 2023-11-18 01:52:51 +00:00
parent 43ae10fa2a
commit a56e822330
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS */
/* Version: 11.1.3-alpha.1 */
/* Version: 11.1.3-alpha.2 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -82,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;
}