Update About page to version 9.1.0.26.
This commit is contained in:
parent
d2d714305b
commit
0bbd41399d
8
inf.css
8
inf.css
@ -3,7 +3,7 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
|
||||
/* Version: 9.0.2.25 */
|
||||
/* Version: 9.1.0.26 */
|
||||
|
||||
|
||||
/* Heading 1 */
|
||||
@ -201,6 +201,10 @@ strong {
|
||||
/* Media */
|
||||
@media (max-width: 600px) {
|
||||
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 100vw;
|
||||
height: 40px;
|
||||
@ -251,5 +255,7 @@ strong {
|
||||
body {
|
||||
padding-top: 80px;
|
||||
margin: 15px;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user