From a8af8b66f7379bd5a49b649b29323009ee627d06 Mon Sep 17 00:00:00 2001 From: jyn Date: Mon, 23 Jun 2025 03:10:38 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=ED=85=8C=EC=9D=BC?= =?UTF-8?q?=EC=9C=88=EB=93=9C=20=EC=84=A4=EC=A0=95=20-=20=EB=B0=98?= =?UTF-8?q?=EC=9D=91=ED=98=95=20=EB=8B=A8=EC=9C=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 1af6392..58e42aa 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -17,8 +17,10 @@ const config: Config = { foreground: 'var(--foreground)', }, screens: { - mobile: { max: '375px' }, // 0 ~ 375px - tablet: { raw: '(min-width: 376px) and (max-width: 744px)' }, // 376 ~ 1919px + // mobile: { max: '375px' }, // 0 ~ 375px + // tablet: { raw: '(min-width: 376px) and (max-width: 744px)' }, // 376 ~ 1919px + mobile: { max: '683px' }, // 0 ~ 375px + tablet: { raw: '(min-width: 684px) and (max-width: 1439px)' }, // 376 ~ 1919px 'mobile-sm': { max: '500px' }, // 0 ~ 500px 'mobile-wide': { raw: '(min-width: 0px) and (max-width: 683px)' }, // 0 ~ 683px 'tablet-wide': { raw: '(min-width: 684px) and (max-width: 1439px)' }, // 684 ~ 1439px