1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00
mkdocs-material/tests/visual/config.json
2017-02-05 22:46:45 +01:00

40 lines
591 B
JSON

{
"breakpoints": [
{
"name": "mobile-portrait",
"size": {
"width": 320,
"height": 600
}
},
{
"name": "mobile-landscape",
"size": {
"width": 560,
"height": 600
}
},
{
"name": "tablet-portrait",
"size": {
"width": 800,
"height": 600
}
},
{
"name": "tablet-landscape",
"size": {
"width": 1020,
"height": 600
}
},
{
"name": "screen",
"size": {
"width": 1280,
"height": 600
}
}
]
}