Improve CSS code formatting.

This commit is contained in:
inference 2022-12-25 10:19:05 +00:00
parent 6e0c136e5e
commit ceb0468bf5

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;
} }