📦 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 @@
/* B 본문 레이아웃 */
.sheet .body-content .b-top{
margin: 0 0 10px 0;
}
.sheet .body-content .b-columns{
display: flex;
gap: 18px;
align-items: flex-start;
}
.sheet .body-content .b-col{
flex: 1;
min-width: 0;
}