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 */
|
/* Inferencium - Website - CSS */
|
||||||
|
/* Version: 11.1.1 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
|
|
||||||
/* Version: 11.1.0 */
|
|
||||||
|
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
body {
|
body {
|
||||||
@ -258,22 +257,23 @@ strong {
|
|||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
.nav-bar {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
line-height: 0%;
|
line-height: 0%;
|
||||||
padding-top: 20px;
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav div {
|
.nav-bar div {
|
||||||
font-size: min(max(7vw, 20px), 30px);
|
font-size: min(max(7vw, 20px), 30px);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav img, nav .title {
|
.nav-bar img, .nav-bar .title {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user