📦 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 @@
p, ul, li {
orphans: 2; /* 페이지 끝에 한 줄만 남는 것 방지 */
widows: 2; /* 다음 페이지에 한 줄만 넘어가는 것 방지 */
}
/* 문단이 너무 작게 잘리는 것을 방지 */
p {
break-inside: auto;
}