diff --git a/tailwind.config.js b/tailwind.config.js index 65099f7..edce48f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -24,10 +24,9 @@ module.exports = { presets: [], theme: { screens: { + ltsm: {max: '39em'}, sm: '40em', - md: '63em', - lg: '80em', - xl: '100em' + md: '63em' }, colors, spacing,