This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -1,4 +1,3 @@
.list--stats {
height: initial;
max-height: 100%;
@@ -24,13 +23,13 @@ h3.ele-magic {
margin: 0;
}
@media (max-width: 991px) {
@media (width <= 991px) {
.list--stats {
max-height: 20em;
}
}
@media (max-device-height: 700px) {
@media (device-height <= 700px) {
.list {
max-height: 20em;
}