1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-04 10:43:09 +01:00
mkdocs-material/tests/visual/break.json

40 lines
590 B
JSON
Raw Normal View History

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