Fix main body overflow on medium screen sizes
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
azymondrian 2020-12-16 20:35:37 -06:00 committed by planemaniac
parent be40ec9dba
commit ba1735d7b4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
&.is-menu-enabled {
margin-left: $navbar-width;
min-width: 100vw;
}
@media screen and (max-width: $tablet) {
@ -19,6 +18,7 @@
min-height: calc(100vh - 4rem);
&.is-menu-enabled {
min-width: 100%;
margin-left: 0;
}
}