diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-30 21:16:25 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-30 21:16:25 +0100 |
commit | 26b7abf9338e8434cb65d31b86e4407edbe1eac8 (patch) | |
tree | ba87b92a44bc15a4147acc974ca590f7f90d1643 | |
parent | c3b4e2d87a2031c3499e49f47c39c7119adeb170 (diff) |
chore(tailwind): Add more screen sizes
-rw-r--r-- | tailwind.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
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: [ |