fix. 미디어쿼리 구간 추가 정의

Made-with: Cursor
This commit is contained in:
clkim
2026-03-13 10:16:09 +09:00
parent 76b052f698
commit a0e3fa3887
2 changed files with 17 additions and 6 deletions

View File

@@ -9,11 +9,12 @@ export default {
theme: {
extend: {
screens: {
xxs: '0px', // 0px ~ 359px
xs: '360px', // Mobile: 360px ~ 767px
sm: '768px', // Tablet: 768px ~ 1023px
md: '1024px', // PC: 1024px ~ 1439px
xxs: '0px', // 0px+
xs: '360px', // Mobile: 360px+
sm: '768px', // Tablet: 768px+
md: '1024px', // PC: 1024px+
lg: '1440px', // Large PC: 1440px+
xl: '1920px', // Extra Large PC: 1920px+
},
colors: {
'theme-foreground': 'var(--foreground)',