📦 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,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; /* 제목 뒤에서 페이지 넘김 방지 */
}