This commit is contained in:
TheGiddyLimit
2024-03-24 23:47:02 +00:00
parent 84065a027d
commit 12f34a38f8
153 changed files with 90818 additions and 1900 deletions

View File

@@ -1,3 +1,5 @@
@use "includes/vars";
.list--stats {
height: initial;
max-height: 100%;
@@ -23,13 +25,13 @@ h3.ele-magic {
margin: 0;
}
@media (width <= 991px) {
@media screen and (width <= #{vars.$width-screen-md}) {
.list--stats {
max-height: 20em;
}
}
@media (device-height <= 700px) {
@media screen and (device-height <= 700px) {
.list {
max-height: 20em;
}