mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 00:35:02 +00:00
Fix menu on desktop
This commit is contained in:
parent
ba8d417017
commit
f1e8606c2c
2 changed files with 12 additions and 2 deletions
|
@ -9,6 +9,14 @@ module.exports = {
|
|||
full: '0 0 100%',
|
||||
flexible: '1 1 0'
|
||||
}
|
||||
},
|
||||
screens: {
|
||||
sm: '640px',
|
||||
'until-sm': { max: '639px' },
|
||||
md: '768px',
|
||||
lg: '1024px',
|
||||
xl: '1280px',
|
||||
'2xl': '1536px'
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue