feat. 줄바꿈 적용

This commit is contained in:
clkim
2025-11-20 14:48:26 +09:00
parent 59eb22fe74
commit 03b8b90d5c

View File

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