aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-12-30 21:16:25 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2022-12-30 21:16:25 +0100
commit26b7abf9338e8434cb65d31b86e4407edbe1eac8 (patch)
treeba87b92a44bc15a4147acc974ca590f7f90d1643
parentc3b4e2d87a2031c3499e49f47c39c7119adeb170 (diff)
chore(tailwind): Add more screen sizes
-rw-r--r--tailwind.config.js4
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: [