This commit is contained in:
TheGiddyLimit
2024-02-04 22:30:57 +00:00
parent 7c341dc1a7
commit d16f838683
100 changed files with 3332 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
.list {
.list--stats {
height: initial;
max-height: 100%;
min-height: 100px;
@@ -25,7 +25,7 @@ h3.ele-magic {
}
@media (max-width: 991px) {
.list {
.list--stats {
max-height: 20em;
}
}
@@ -44,10 +44,6 @@ h3.ele-magic {
max-height: none;
height: auto;
}
.list {
max-height: 20em;
}
}
.itm__list-divider {