Reduce media element child nav-bar element font size from 12px to 10px

This commit is contained in:
inference 2023-11-16 22:35:45 +00:00
parent cd201c33d2
commit a6a6a9573f
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.4 */
/* Version: 11.1.1-alpha.5 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -260,7 +260,7 @@ strong {
.nav-bar {
width: 100vw;
height: 35px;
font-size: 12px;
font-size: 10px;
line-height: 0%;
padding-top: 8px;
padding-bottom: 8px;