📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
9
02. Prompts/문서생성/domain/도메인_문서생성_대제목_전체폭_v01.md
Normal file
9
02. Prompts/문서생성/domain/도메인_문서생성_대제목_전체폭_v01.md
Normal file
@@ -0,0 +1,9 @@
|
||||
/* 대제목(H1)은 전체폭 */
|
||||
.sheet .body-content .b-top h1,
|
||||
.sheet .body-content .b-col h1{
|
||||
color: var(--b-primary) !important;
|
||||
border-bottom: 2px solid var(--b-primary) !important;
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 18pt;
|
||||
font-weight: 900;
|
||||
}
|
||||
Reference in New Issue
Block a user