Skip to content

Commit 266ba03

Browse files
committed
feat: padding 20px으로 변경
1 parent 8fc02de commit 266ba03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/styles/tailwind.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
stroke-dashoffset: 0;
5454
}
5555
}
56-
5756
}
5857
@layer utilities {
5958
.bg-background {
@@ -70,8 +69,8 @@
7069
}
7170
.bottom-padding-nav {
7271
padding-bottom: calc(
73-
env(safe-area-inset-bottom, 16px) + 16px
74-
); /* 기본 16px, 홈 인디케이터 대응 */
72+
env(safe-area-inset-bottom, 20px) + 20px
73+
); /* 기본 20px, 홈 인디케이터 대응 */
7574
}
7675
.bottom-padding-chat {
7776
padding-bottom: calc(env(safe-area-inset-bottom, 16px) + 92px);

0 commit comments

Comments
 (0)