Browse Source

add screen-xxl

yoyo837 7 năm trước cách đây
mục cha
commit
ebb4db4748
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/layouts/BasicLayout.js

+ 4 - 0
src/layouts/BasicLayout.js

@@ -76,6 +76,10 @@ const query = {
   },
   'screen-xl': {
     minWidth: 1200,
+    maxWidth: 1599,
+  },
+  'screen-xxl': {
+    minWidth: 1600,
   },
 };