Update CSS "main" from version 11.1.0 to 11.1.1
This commit is contained in:
parent
dd62fddb46
commit
56de5e6dbc
14
main.css
14
main.css
@ -1,10 +1,9 @@
|
||||
/* Inferencium - Website - CSS */
|
||||
/* Version: 11.1.1 */
|
||||
|
||||
/* Copyright 2022 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
/* Version: 11.1.0 */
|
||||
|
||||
|
||||
/* Body */
|
||||
body {
|
||||
@ -258,22 +257,23 @@ strong {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
nav {
|
||||
.nav-bar {
|
||||
width: 100vw;
|
||||
height: 35px;
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
line-height: 0%;
|
||||
padding-top: 20px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
nav div {
|
||||
.nav-bar div {
|
||||
font-size: min(max(7vw, 20px), 30px);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
nav img, nav .title {
|
||||
.nav-bar img, .nav-bar .title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user