fix. 줄바꿈 오류 수정

This commit is contained in:
clkim
2025-11-24 17:53:23 +09:00
parent 853a142159
commit 58f84cb2a8

View File

@@ -2,7 +2,7 @@
@layer base {
body {
@apply min-w-[320px] bg-black;
word-break: keep-all;
word-break: break-word;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
}