Files
_Geulbeot/02. Prompts/문서생성/domain/도메인_문서생성_화면_확인용_v01.md

324 B

body {
    font-family: var(--font-main);
    background-color: #f5f5f5; /* 화면 확인용 회색 배경 */
    margin: 0;
    padding: 20px;
    color: #333;
    line-height: 1.6;
    word-break: keep-all; /* 단어 단위 줄바꿈 (가독성 핵심) */
    text-align: justify;
}