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