Skip to content

Commit c35d330

Browse files
committed
fix: adjust padding in Footer component for better responsiveness
1 parent 3b2c4e5 commit c35d330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function Footer({ className }: { className?: string }) {
4343
return (
4444
<footer
4545
className={cn(
46-
'bg-grey-800 border-muted text-grey-200 rounded-3xl border p-10 sm:p-20',
46+
'bg-grey-800 border-muted text-grey-200 rounded-3xl border px-6 py-10 sm:px-10 lg:px-20',
4747
className
4848
)}
4949
>

0 commit comments

Comments
 (0)