updated css breakpoints

This commit is contained in:
Peli de Halleux
2016-12-22 22:36:06 -08:00
parent 360e2b7ba6
commit 98eab3672f
2 changed files with 13 additions and 5 deletions

View File

@@ -289,8 +289,16 @@
],
"invertedMenu": true,
"invertedToolbox": true,
"coloredToolbox": true,
"simAnimationEnter": "rotate in",
"simAnimationExit": "rotate out",
"blocklyOptions": { }
"blocklyOptions": {
"grid": {
"spacing": 45,
"length": 7,
"colour": "rgba(189, 195, 199, 0.30)",
"snap": false
}
}
}
}