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