From a9efe94cff67e00c0381a9e98ae2a769ca02847e Mon Sep 17 00:00:00 2001 From: madrilene Date: Fri, 9 Feb 2024 11:13:55 +0100 Subject: [PATCH] remove unused breakpoints, add a max breakpoint --- tailwind.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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,