Browse Source

chore(tailwind): Add more screen sizes

Miguel Ángel Moreno 2 years ago
parent
commit
26b7abf933
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tailwind.config.js

+ 4 - 0
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: [