styles: Minor reorganization
Properly split what is custom classes and regular HTML tags.
This commit is contained in:
parent
dfdd079ac4
commit
f41f5142c9
1 changed files with 12 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue