fix(web): increase sidebar breakpoint ()

This commit is contained in:
Ben 2025-04-10 13:00:30 -04:00 committed by GitHub
parent 6d3f3d8616
commit e3995fb5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 145 additions and 49 deletions

View file

@ -55,6 +55,7 @@ export default {
'max-lg': { max: '1023px' },
'max-md': { max: '767px' },
'max-sm': { max: '639px' },
sidebar: { min: '850px' },
},
},
},