From 718e7537037401f25cf9f4d468de2477ade8548e Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 15:52:15 +0000 Subject: [PATCH] Reduce excessive empty space across all website pages Adjust vertical padding and margins on various pages and the footer to decrease whitespace, improving layout density on both desktop and mobile. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1a3c4949-1987-4937-a1b8-d66e3d8b8bb1 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 | 4 ++-- client/src/pages/about.tsx | 2 +- client/src/pages/article.tsx | 6 +++--- client/src/pages/category.tsx | 2 +- client/src/pages/datenschutz.tsx | 2 +- client/src/pages/empfang.tsx | 2 +- client/src/pages/gallery.tsx | 2 +- client/src/pages/horoscope.tsx | 2 +- client/src/pages/impressum.tsx | 2 +- client/src/pages/kontakt.tsx | 2 +- client/src/pages/recipes.tsx | 2 +- client/src/pages/videos.tsx | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index db61f5e..f67180c 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -10,8 +10,8 @@ const SOCIAL_LINKS = [ export default function Footer() { return ( -