Fix code to conform to code style

This commit is contained in:
inference 2023-11-14 13:49:12 +00:00
parent e4b0517f10
commit 570424ed0b
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 11.1.0-alpha.2 */
/* Version: 11.1.0-alpha.3 */
/* Body */
@ -74,8 +74,8 @@ p {
/* Blockquote */
blockquote {
font-size: 17px;
color: #ffffff;
font-size: 17px;
color: #ffffff;
}
@ -247,57 +247,57 @@ strong {
/* Media */
@media (max-width: 600px) {
html {
overflow-x: hidden;
}
html {
overflow-x: hidden;
}
body {
padding-top: 80px;
margin: 15px;
position: relative;
overflow-x: hidden;
}
body {
padding-top: 80px;
margin: 15px;
position: relative;
overflow-x: hidden;
}
.sidebar {
width: 100vw;
height: 40px;
font-size: 12px;
line-height: 0%;
padding-top: 20px;
overflow: auto;
white-space: nowrap;
}
.sidebar {
width: 100vw;
height: 40px;
font-size: 12px;
line-height: 0%;
padding-top: 20px;
overflow: auto;
white-space: nowrap;
}
.sidebar div {
font-size: min(max(7vw, 20px), 30px);
display: inline-block;
}
.sidebar div {
font-size: min(max(7vw, 20px), 30px);
display: inline-block;
}
.sidebar img, .sidebar .title {
display: none;
}
.sidebar img, .sidebar .title {
display: none;
}
h2 {
text-align: center;
}
h2 {
text-align: center;
}
h3 {
text-align: center;
}
h3 {
text-align: center;
}
h4 {
text-align: center;
}
h4 {
text-align: center;
}
h5 {
text-align: center;
}
h5 {
text-align: center;
}
h6 {
text-align: center;
}
h6 {
text-align: center;
}
.update_date {
text-align: center;
}
.update_date {
text-align: center;
}
}