From 51a8e63d63d0ed4d20720e542235434162730323 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 10 Jul 2026 21:25:19 +0200 Subject: [PATCH] fix(css): enforce explicit layout limits on footer and blog page --- app/[locale]/blog/[slug]/page.tsx | 4 ++-- components/layout/Footer.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/[locale]/blog/[slug]/page.tsx b/app/[locale]/blog/[slug]/page.tsx index 83a4ecaf7..cbcac89cd 100644 --- a/app/[locale]/blog/[slug]/page.tsx +++ b/app/[locale]/blog/[slug]/page.tsx @@ -118,7 +118,7 @@ export default async function BlogPost({ params }: BlogPostProps) { {/* Title overlay on image */}
-
+
{post.frontmatter.category && (
@@ -192,7 +192,7 @@ export default async function BlogPost({ params }: BlogPostProps) { )} {/* Main Content Area with Sticky Narrative Layout */} -
+
{/* Left Column: Content */}
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 530ac9aef..7b6bc04a0 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -29,7 +29,7 @@ export function Footer({ companyInfo }: FooterProps) { -
+
{/* Brand Column Bento */}
@@ -217,7 +217,7 @@ export function Footer({ companyInfo }: FooterProps) {
-
+

© {new Date().getFullYear()} E-TIB GmbH. {locale === 'de' ? 'Alle Rechte vorbehalten.' : 'All rights reserved.'}