Add "img.logo-small" padding

This commit is contained in:
inference 2024-01-12 08:01:03 +00:00
parent e05b9e5959
commit 48ce64081e
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 11.2.0 */
/* Version: 11.3.0-alpha.1 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -205,6 +205,7 @@ td.red {
/* Image */
img.logo-small {
transform: translate(0px, 13px);
padding: 15px;
}