mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 07:26:46 +00:00
@@ -21,12 +21,8 @@ module.exports = {
|
|||||||
lg: '960px',
|
lg: '960px',
|
||||||
// => @media (min-width: 992px) { ... }
|
// => @media (min-width: 992px) { ... }
|
||||||
|
|
||||||
xl: '1140px',
|
xl: '1140px'
|
||||||
// => @media (min-width: 1200px) { ... }
|
// => @media (min-width: 1200px) { ... }
|
||||||
|
|
||||||
'2xl': '1320px',
|
|
||||||
// => @media (min-width: 1400px) { ... }
|
|
||||||
'3xl': '1920px'
|
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
center: true,
|
center: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user