change pixel mobile menu show by under 811px

This commit is contained in:
ogerly 2022-10-22 08:33:30 +02:00
parent 23dbab9427
commit 1406361cf0

View File

@ -270,7 +270,7 @@ export default {
},
showMobileMenu() {
if (!this.windowWidth) return false
return this.windowWidth < 810
return this.windowWidth < 811
},
},
methods: {