From 03f1de579f172ed08ccbfcb3ffb61984427af8f2 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 19 Jun 2025 15:33:42 +0200 Subject: [PATCH] FIX on 2xl width --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 12b19c5..076ee17 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -102,7 +102,7 @@ module.exports = { 'settings.layout.wideSize', theme ), - '2xl': '1440px', + '2xl': '1441px', }, }, plugins: [tailpress.tailwind],