styles: Minor reorganization

Properly split what is custom classes and regular HTML tags.
This commit is contained in:
trotFunky 2024-07-26 00:41:05 +01:00
parent dfdd079ac4
commit f41f5142c9

View file

@ -47,6 +47,18 @@
top: 25%;
}
@media (orientation: portrait) {
.truth_list {
width: 60vw;
}
.graph {
width: 35vw;
}
}
/* Global styling */
hr {
border: none;
border-top: 2px solid #9ec5fe;
@ -74,13 +86,3 @@ body {
body > h2 {
padding-left: 0.25eM;
}
@media (orientation: portrait) {
.truth_list {
width: 60vw;
}
.graph {
width: 35vw;
}
}