From a69ae4d893300ca9a22b65393f8beecf94c223a5 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 13 Mar 2023 16:20:55 +0700 Subject: change config container width tailwind --- tailwind.config.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index 58a0e5bb..95570311 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,6 +3,11 @@ module.exports = { content: ['./src/**/*.{js,ts,jsx,tsx}'], theme: { extend: { + container: { + screens: { + 'xl': '1288px' + } + }, fontFamily: { sans: ['Inter', 'sans-serif'] }, -- cgit v1.2.3