DmitrMakeev commited on
Commit
3d31fc2
·
verified ·
1 Parent(s): c6a684a

Update pages.html

Browse files
Files changed (1) hide show
  1. 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
  });