Files
_Geulbeot/02. Prompts/문서생성/domain/도메인_문서생성_본문_레이아웃_v01.md

450 B

            /* 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;
            }