1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-12-01 02:27:17 +01:00
mkdocs-material/tests/visual/config.json

40 lines
591 B
JSON
Raw Normal View History

{
"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
}
}
]
}