Files
_Geulbeot/02. Prompts/문서생성/domain/도메인_문서생성_제목_뒤에서_v01.md

290 B

h2 {
    font-size: 16pt;
    color: #0056b3;
    margin-top: 25px;
    margin-bottom: 15px;
    border-left: 5px solid #0056b3;
    padding-left: 10px;
    break-after: avoid; /* 제목 뒤에서 페이지 넘김 방지 */
    break-inside: avoid;
}