fix mobile menu showing at 768px

This commit is contained in:
rhyneav 2018-06-22 09:33:29 -04:00
parent 0021424e63
commit 764c6271fd

View file

@ -120,7 +120,7 @@ nav {
.collapsible .collapsible-body {
border: 0;
@include resp(null, $small-screen) {
@include resp(null, $small-screen + 1px) {
display: contents;
}
}