Skip to content

Commit 15b2233

Browse files
committed
[style] 불필요한 코드 제거
1 parent d8511ff commit 15b2233

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/shared/styles/_utilities.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
@apply flex justify-center items-center;
44
}
55

6-
.lg-absolute-center {
7-
@apply absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2;
8-
@apply lg:static lg:left-auto lg:top-auto lg:translate-x-0 lg:translate-y-0;
9-
}
10-
116
/*
127
모든 페이지는 div 한번 감싸야 함
138
- flex-1 적용 → 상위 main/flex 구조에서 남은 화면 높이 채우기

0 commit comments

Comments
 (0)