fix css bookmark

This commit is contained in:
2020-08-02 16:26:38 +02:00
parent 81b600339f
commit 3d5f18c477
5 changed files with 18 additions and 10 deletions

5
tailwind.config.js vendored
View File

@@ -54,7 +54,10 @@ module.exports = {
'128': '32rem',
},
width: {
'96': '24rem'
'96': '24rem',
},
maxWidth: {
'124': '31rem',
}
},
},