Improve CSS code formatting.

This commit is contained in:
inference 2022-12-25 10:19:05 +00:00
parent 57f086eb6d
commit 0ce02cc8a2
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

10
inf.css
View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Inference */ /* Copyright 2022-2023 Inference */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 0.2.0.2 */ /* Version: 0.3.0.3 */
h1 { h1 {
@ -143,18 +143,26 @@ table, th, td {
font-size: 0px; font-size: 0px;
padding-top: 5px; padding-top: 5px;
} }
.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;
} }
body { body {
margin: 15px; margin: 15px;
} }
} }
@media (max-width: 300px) { @media (max-width: 300px) {
/*h1 {
text-align: center;
}*/
body { body {
padding-top: 80px; padding-top: 80px;
} }