mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.202.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user