Reduce media element child nav-bar element font size from 12px to 10px
This commit is contained in:
parent
cd201c33d2
commit
a6a6a9573f
4
main.css
4
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS */
|
/* Inferencium - Website - CSS */
|
||||||
/* Version: 11.1.1-alpha.4 */
|
/* Version: 11.1.1-alpha.5 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -260,7 +260,7 @@ strong {
|
|||||||
.nav-bar {
|
.nav-bar {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
line-height: 0%;
|
line-height: 0%;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user