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