mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
15 lines
205 B
SCSS
15 lines
205 B
SCSS
@import "includes/statgen";
|
|
@import "includes/statgen-night";
|
|
|
|
@media (max-width: 991px) {
|
|
.viewport-wrapper {
|
|
bottom: 0;
|
|
height: 100vh;
|
|
min-height: 0;
|
|
}
|
|
}
|
|
|
|
.container--main {
|
|
min-width: 420px;
|
|
}
|