From 97925b04569e92207ce12cf5590f6b97ffd49606 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 27 Dec 2020 02:52:01 +0000 Subject: [PATCH] Override sm screen size --- tailwind.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 63b4a35..bf57180 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,11 @@ module.exports = { }, darkMode: false, // or 'media' or 'class' theme: { - extend: {}, + extend: { + screens: { + sm: '700px' + } + }, colors: { blue: colors.lightBlue, gray: colors.trueGray