📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
13
02. Prompts/문서생성/domain/도메인_문서생성_줄바꿈_다음줄_v01.md
Normal file
13
02. Prompts/문서생성/domain/도메인_문서생성_줄바꿈_다음줄_v01.md
Normal file
@@ -0,0 +1,13 @@
|
||||
/* 줄바꿈 시 다음줄 들여쓰기(넘버링 정렬) */
|
||||
.sheet .body-content .b-top h1,
|
||||
.sheet .body-content .b-col h1{
|
||||
padding-left: 24px;
|
||||
text-indent: -24px;
|
||||
}
|
||||
.sheet .body-content .b-col h2{
|
||||
padding-left: 20px;
|
||||
text-indent: -20px;
|
||||
}
|
||||
.sheet .body-content .b-col h3{
|
||||
padding-left: 18px;
|
||||
text-in
|
||||
Reference in New Issue
Block a user