From ad0bf7a90ae9cc934095007141fc780da7666b7e Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 10:47:25 +0000 Subject: [PATCH] Reduce top and bottom padding in the footer logo and contact us section Adjusted py-0.5 to no padding in the footer's logo and contact us section within Footer.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074 Replit-Commit-Checkpoint-Type: full_checkpoint --- client/src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 9a241cd..8873665 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -7,7 +7,7 @@ export default function Footer() {