📦 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 {
|
||||
font-size: 24pt;
|
||||
color: var(--primary-color);
|
||||
border-bottom: 3px solid var(--primary-color);
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 30px;
|
||||
break-after: avoid; /* 제목 뒤에서 페이지 넘김 방지 */
|
||||
}
|
||||
Reference in New Issue
Block a user