📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
10
02. Prompts/문서생성/domain/도메인_문서생성_화면_확인용_v01.md
Normal file
10
02. Prompts/문서생성/domain/도메인_문서생성_화면_확인용_v01.md
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user