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