From be89600ee2a7736824dfe6e5ac513ad97101a113 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 15:24:17 +0000 Subject: [PATCH] Adjust footer width for better spacing and readability Update the maximum width of the footer container from max-w-4xl to max-w-5xl in client/src/components/footer.tsx to provide more space between columns. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 27d40e27-4669-42b2-8f78-25fa3d44f3c5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true --- 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 5eaab40..dd30bf5 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -11,7 +11,7 @@ const SOCIAL_LINKS = [ export default function Footer() { return (