From f90359430af108be2e9251eaf53b1d8a1fb3a8db Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:10:37 +0000 Subject: [PATCH] Reduce the amount of empty space appearing at the bottom of each page Decrease top padding from py-12 to pt-6 in Footer component in footer.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/42230bd9-3f87-476c-9f1e-bfecbd153bbf.jpg --- client/src/components/navigation/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index af6be7e..10bd512 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -60,7 +60,7 @@ export default function Footer() { }; return ( -