mkdocs-material/tests/visual/config.json
2017-01-28 23:50:33 +01:00

40 lines
590 B
JSON

{
"breakpoints": [
{
"name": "mobile-portrait",
"size": {
"width": 320,
"height": 600
}
},
{
"name": "mobile-landscape",
"size": {
"width": 480,
"height": 600
}
},
{
"name": "tablet-portrait",
"size": {
"width": 720,
"height": 600
}
},
{
"name": "tablet-landscape",
"size": {
"width": 960,
"height": 600
}
},
{
"name": "screen",
"size": {
"width": 1220,
"height": 600
}
}
]
}