mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
40 lines
591 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|