mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
17 lines
256 B
SCSS
17 lines
256 B
SCSS
@use "includes/vars";
|
|
|
|
@import "includes/statgen";
|
|
@import "includes/statgen-night";
|
|
|
|
@media screen and (width <= #{vars.$width-screen-md}) {
|
|
.viewport-wrapper {
|
|
bottom: 0;
|
|
height: 100vh;
|
|
min-height: 0;
|
|
}
|
|
}
|
|
|
|
.container--main {
|
|
min-width: 420px;
|
|
}
|