BetterNavigator hidden at small screens

This commit is contained in:
Tony Air 2020-03-10 17:02:35 +07:00
parent 2e7b42ebc6
commit 5954fcf1c4

View File

@ -376,3 +376,10 @@ textarea,
margin: 1rem 0; margin: 1rem 0;
width: 100%; width: 100%;
} }
#BetterNavigator {
display: none;
@media (min-width: map-get($grid-breakpoints,'md')) {
display: block;
}
}