From b7196a34949cafe332a34279e485696393634387 Mon Sep 17 00:00:00 2001 From: Vyacheslav Shcherbinin Date: Wed, 12 Mar 2025 19:15:10 +0700 Subject: [PATCH] fix(config): large screens support --- apps/dokploy/tailwind.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/dokploy/tailwind.config.ts b/apps/dokploy/tailwind.config.ts index a128b87f..be1f8986 100644 --- a/apps/dokploy/tailwind.config.ts +++ b/apps/dokploy/tailwind.config.ts @@ -22,6 +22,9 @@ const config = { fontFamily: { sans: ["var(--font-inter)", ...defaultTheme.fontFamily.sans], }, + screens: { + "3xl": "120rem", + }, maxWidth: { "2xl": "40rem", "8xl": "85rem",