update container size

This commit is contained in:
2021-09-29 14:00:13 +02:00
parent 0a540ecdb7
commit c616e69e2a
15 changed files with 110 additions and 106 deletions

View File

@@ -281,7 +281,7 @@ module.exports = {
maxWidth: '1024px',
},
'@screen xl': {
maxWidth: '1496px',
maxWidth: '1800px',
},
}
})