Update pages.html
Browse files- pages.html +5 -5
pages.html
CHANGED
@@ -1674,16 +1674,16 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
1674 |
name: 'Tablet',
|
1675 |
width: '768px', // По умолчанию
|
1676 |
},
|
1677 |
-
{
|
1678 |
-
id: 'mobilePortrait',
|
1679 |
-
name: 'Mobile Portrait',
|
1680 |
-
width: '480px',
|
1681 |
-
},
|
1682 |
{
|
1683 |
id: 'mobileLandscape',
|
1684 |
name: 'Mobile Landscape',
|
1685 |
width: '640px',
|
1686 |
},
|
|
|
|
|
|
|
|
|
|
|
1687 |
],
|
1688 |
},
|
1689 |
});
|
|
|
1674 |
name: 'Tablet',
|
1675 |
width: '768px', // По умолчанию
|
1676 |
},
|
|
|
|
|
|
|
|
|
|
|
1677 |
{
|
1678 |
id: 'mobileLandscape',
|
1679 |
name: 'Mobile Landscape',
|
1680 |
width: '640px',
|
1681 |
},
|
1682 |
+
{
|
1683 |
+
id: 'mobilePortrait',
|
1684 |
+
name: 'Mobile Portrait',
|
1685 |
+
width: '480px',
|
1686 |
+
},
|
1687 |
],
|
1688 |
},
|
1689 |
});
|