Update CSS "main" from version 11.1.0-beta.1 to 11.1.1-beta.1

This commit is contained in:
inference 2023-11-16 22:45:54 +00:00
parent fc4b25bd39
commit 7802b9b5d2
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,10 +1,9 @@
/* Inferencium - Website - CSS */
/* Version: 11.1.1-beta.1 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 11.1.0-beta.1 */
/* 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;
}