update container

This commit is contained in:
2021-08-16 11:51:16 +00:00
parent 0563dce3df
commit 70da5e0f59
2 changed files with 72 additions and 23 deletions

View File

@@ -82,6 +82,21 @@ module.exports = {
'@screen xl': {
maxWidth: '1040px',
},
},
'.container_tft': {
maxWidth: '100%',
'@screen sm': {
maxWidth: '640px',
},
'@screen md': {
maxWidth: '768px',
},
'@screen lg': {
maxWidth: '1024px',
},
'@screen xl': {
maxWidth: '1496px',
},
}
})
},