From 1a3c057402d03b672f1d5e73ca5905200e1ea899 Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Mon, 8 Dec 2025 10:50:17 +0100 Subject: [PATCH] fix: Make logo wider and shorter Logo dimensions: - Header: 128px (mobile) / 160px (desktop) width, auto height - Footer: 112px width, auto height - Login/Register: 112px width, auto height - Header height reduced to 64px/80px to match Logo now has landscape orientation with ~10rem width --- frontend/src/app/login/page.tsx | 6 +++--- frontend/src/app/register/page.tsx | 6 +++--- frontend/src/components/Footer.tsx | 6 +++--- frontend/src/components/Header.tsx | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/login/page.tsx b/frontend/src/app/login/page.tsx index 2033982..ece058b 100644 --- a/frontend/src/app/login/page.tsx +++ b/frontend/src/app/login/page.tsx @@ -13,9 +13,9 @@ function Logo() { pounce ) } diff --git a/frontend/src/app/register/page.tsx b/frontend/src/app/register/page.tsx index 80f336b..3585dc2 100644 --- a/frontend/src/app/register/page.tsx +++ b/frontend/src/app/register/page.tsx @@ -13,9 +13,9 @@ function Logo() { pounce ) } diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 1d65208..d1f7351 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -13,9 +13,9 @@ export function Footer() { pounce

diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index 02423d1..ab275e3 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -13,9 +13,9 @@ function Logo() { pounce @@ -28,7 +28,7 @@ export function Header() { return (

-
+
{/* Left side: Logo + Nav Links */}
{/* Logo */}