Skip to content

Commit

Permalink
feat: footer 여백 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Jul 17, 2024
1 parent 6104045 commit 5191b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(playground)/playground/inner-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function AMain(props: React.HTMLAttributes<HTMLDivElement>) {
<main
{...props}
className={cn(
"mx-auto w-full max-w-2xl space-y-20 px-10 pt-20",
"mx-auto w-full max-w-2xl space-y-20 px-10 py-20",
props.className,
)}
/>
Expand Down

0 comments on commit 5191b98

Please sign in to comment.