Skip to content

Commit ea9ba57

Browse files
committed
ESLint/Prettier 자동 포맷팅 적용
1 parent a7eebf2 commit ea9ba57

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

src/styles/style.css

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,12 @@
44
@layer base {
55
/* 한국어 텍스트에 최적화된 시스템 폰트 스택 */
66
html {
7-
font-family:
8-
-apple-system,
9-
BlinkMacSystemFont,
10-
'Apple SD Gothic Neo',
11-
'Noto Sans KR',
12-
'Malgun Gothic',
13-
'맑은 고딕',
14-
'Segoe UI',
15-
Roboto,
16-
'Helvetica Neue',
17-
Arial,
7+
font-family:
8+
-apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR',
9+
'Malgun Gothic', '맑은 고딕', 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
1810
sans-serif;
1911
}
20-
12+
2113
/* 외부 웹폰트 최적화 (Google Fonts 등) */
2214
@font-face {
2315
font-family: 'Google Fonts Fallback';
@@ -29,21 +21,21 @@
2921
/* YouTube iframe 최적화 */
3022
@layer components {
3123
.youtube-video {
32-
@apply relative w-full mx-auto;
24+
@apply relative mx-auto w-full;
3325
aspect-ratio: 16 / 9; /* 모던 브라우저용 */
3426
/* 레거시 브라우저 대체 */
3527
padding-bottom: 56.25%; /* 16:9 종횡비 */
3628
}
37-
29+
3830
/* 모던 브라우저에서 padding-bottom 제거 */
3931
@supports (aspect-ratio: 16 / 9) {
4032
.youtube-video {
4133
padding-bottom: 0;
4234
}
4335
}
44-
36+
4537
.youtube-video iframe {
46-
@apply absolute top-0 left-0 w-full h-full rounded-lg;
38+
@apply absolute top-0 left-0 h-full w-full rounded-lg;
4739
border: none; /* frameborder 대체 */
4840
}
4941
}

0 commit comments

Comments
 (0)