Fix media element for small displays
This commit is contained in:
parent
395245bd92
commit
0029108fdc
8
main.css
8
main.css
@ -1,5 +1,5 @@
|
||||
/* Inferencium - Website - CSS */
|
||||
/* Version: 11.1.1-alpha.1 */
|
||||
/* Version: 11.1.1-alpha.2 */
|
||||
|
||||
/* Copyright 2022 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
@ -257,7 +257,7 @@ strong {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
nav {
|
||||
.nav-bar {
|
||||
width: 100vw;
|
||||
height: 35px;
|
||||
font-size: 12px;
|
||||
@ -267,12 +267,12 @@ strong {
|
||||
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