Files
_Geulbeot/02. Prompts/문서생성/domain/도메인_문서생성_줄바꿈_다음줄_v01.md

532 B

            /* 줄바꿈 시 다음줄 들여쓰기(넘버링 정렬) */
            .sheet .body-content .b-top h1,
            .sheet .body-content .b-col h1{
                padding-left: 24px;
                text-indent: -24px;
            }
            .sheet .body-content .b-col h2{
                padding-left: 20px;
                text-indent: -20px;
            }
            .sheet .body-content .b-col h3{
                padding-left: 18px;
                text-in