From 26b7abf9338e8434cb65d31b86e4407edbe1eac8 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Fri, 30 Dec 2022 21:16:25 +0100 Subject: chore(tailwind): Add more screen sizes --- tailwind.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 001cda5..fa82893 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,6 +7,10 @@ module.exports = { nunito: ['nunito-light', 'sans-serif'], roboto: ['roboto-light', 'sans-serif'], }, + screens: { + 'xs': '480px', + 'ml': '930px', + }, }, }, plugins: [ -- cgit v1.2.3