Improve dash design

This commit is contained in:
Dane Everitt 2018-05-26 22:09:29 -07:00
parent 9d8830a2d7
commit d78189df23
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 68 additions and 16 deletions

View file

@ -171,6 +171,10 @@ module.exports = {
'md': '768px',
'lg': '992px',
'xl': '1200px',
'smx': {'max': '767px'},
'mdx': {'max': '991px'},
'lgx': {'max': '1999px'},
},