Decrease media element child nav-bar element padding-top to 15px

This commit is contained in:
inference 2023-11-16 22:01:05 +00:00
parent 0029108fdc
commit 9c3282728e
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS */
/* Version: 11.1.1-alpha.2 */
/* Version: 11.1.1-alpha.3 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -262,7 +262,7 @@ strong {
height: 35px;
font-size: 12px;
line-height: 0%;
padding-top: 20px;
padding-top: 15px;
overflow: auto;
white-space: nowrap;
}