Use media element child nav-bar element padding-top and padding-bottom

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

View File

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