📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
13
02. Prompts/문서생성/domain/도메인_문서생성_본문_레이아웃_v01.md
Normal file
13
02. Prompts/문서생성/domain/도메인_문서생성_본문_레이아웃_v01.md
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user