섹션 레이아웃 및 템플릿 스타일 개선
CI / test (push) Failing after 6m10s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-21 16:25:55 +09:00
parent 2f59e3781e
commit 546c961a31
25 changed files with 2843 additions and 151 deletions
+5
View File
@@ -17,6 +17,11 @@ export function createTeamTemplateBlocks(opts: {
const sectionProps: SectionBlockProps = {
background: "muted",
paddingY: "lg",
// 팀 섹션은 보라 계열 배경과 넓은 폭, 보통 간격을 사용한다.
paddingYPx: 80,
maxWidthPx: 1120,
gapXPx: 32,
backgroundColorCustom: "#1e1b4b", // 보라/인디고 계열
columns,
} as any;