Improve CSS code formatting.
This commit is contained in:
parent
57f086eb6d
commit
0ce02cc8a2
48
inf.css
48
inf.css
@ -3,7 +3,7 @@
|
||||
/* Copyright 2022-2023 Inference */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
|
||||
/* Version: 0.2.0.2 */
|
||||
/* Version: 0.3.0.3 */
|
||||
|
||||
|
||||
h1 {
|
||||
@ -137,25 +137,33 @@ table, th, td {
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.sidebar {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
font-size: 0px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.sidebar div {
|
||||
font-size: min(max(7vw, 20px), 30px);
|
||||
display: inline-block;
|
||||
}
|
||||
.sidebar img, .sidebar .title {
|
||||
display: none;
|
||||
}
|
||||
body {
|
||||
margin: 15px;
|
||||
}
|
||||
.sidebar {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
font-size: 0px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.sidebar div {
|
||||
font-size: min(max(7vw, 20px), 30px);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sidebar img, .sidebar .title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 300px) {
|
||||
body {
|
||||
padding-top: 80px;
|
||||
}
|
||||
/*h1 {
|
||||
text-align: center;
|
||||
}*/
|
||||
|
||||
body {
|
||||
padding-top: 80px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user