Fix menu collapse (#17195)

This commit is contained in:
Joakim Sørensen 2021-03-30 23:22:33 +02:00 committed by GitHub
parent 786c682eea
commit 55f1ce23cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ body {
float: left;
}
$menu-collapse: 944px;
$menu-collapse: 1024px;
// @media only screen and (max-width: $lap-end){
@media only screen and (max-width: $menu-collapse) {