섹션 레이아웃 및 템플릿 스타일 개선
This commit is contained in:
@@ -15,6 +15,10 @@ export function createFaqTemplateBlocks(opts: {
|
||||
const sectionProps: SectionBlockProps = {
|
||||
background: "default",
|
||||
paddingY: "md",
|
||||
// FAQ 는 비교적 좁은 폭과 보통 여백을 사용한다.
|
||||
paddingYPx: 56,
|
||||
maxWidthPx: 720,
|
||||
backgroundColorCustom: "#020617",
|
||||
columns,
|
||||
} as any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user