📦 Initialize Geulbeot structure and merge Prompts & test projects

This commit is contained in:
2026-03-05 11:32:29 +09:00
commit 555a954458
687 changed files with 205247 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
body {
font-family: var(--font-main);
background-color: #f5f5f5; /* 화면 확인용 회색 배경 */
margin: 0;
padding: 20px;
color: #333;
line-height: 1.6;
word-break: keep-all; /* 단어 단위 줄바꿈 (가독성 핵심) */
text-align: justify;
}