📦 Initialize Geulbeot structure and merge Prompts & test projects

This commit is contained in:
2026-03-05 11:32:29 +09:00
commit 555a954458
687 changed files with 205247 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* --- 인쇄 모드 (PDF 변환 시 적용) 핵심 코드 --- */
@media print {
@page {
size: A4;
margin: 0; /* 브라우저 여백 제거하고 body padding으로 제어 */
}