📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
12
02. Prompts/문서생성/domain/도메인_문서생성_그림은_전체폭이며_v01.md
Normal file
12
02. Prompts/문서생성/domain/도메인_문서생성_그림은_전체폭이며_v01.md
Normal file
@@ -0,0 +1,12 @@
|
||||
/* 표, 그림은 전체폭이며 잘리지 않게 */
|
||||
.sheet .body-content table,
|
||||
.sheet .body-content figure{
|
||||
width: 100%;
|
||||
}
|
||||
.sheet .body-content table th{
|
||||
background: var(--b-light) !important;
|
||||
color: var(--b-accent) !important;
|
||||
}
|
||||
`;
|
||||
doc.head.appendChild(style);
|
||||
}
|
||||
Reference in New Issue
Block a user