📦 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,11 @@
/* 화면에서 볼 때 A4처럼 보이게 하는 컨테이너 */
.a4-wrapper {
width: var(--page-width);
min-height: var(--page-height);
background: white;
margin: 0 auto;
padding: var(--margin-top) var(--margin-side) var(--margin-bottom) var(--margin-side);
box-shadow: 0 0 15px rgba(0,0,0,0.1);
box-sizing: border-box;
position: relative;
}