From 7c5b7f8651f346743a5e3f883530bc272a949d40 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 10:46:44 +0000 Subject: [PATCH] Reduce header and footer padding for a more compact layout Adjusts padding in Footer.tsx (px-4 to px-2, py-1 to py-0.5) and Header.tsx (px-4 to px-2) for reduced horizontal and vertical spacing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074 Replit-Commit-Checkpoint-Type: full_checkpoint --- client/src/components/Footer.tsx | 4 ++-- client/src/components/Header.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 22143d9..9a241cd 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -5,9 +5,9 @@ export default function Footer() { return (