📦 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,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