From 27fb01f6195da589ba01758cc1c9a29730a1cbbc Mon Sep 17 00:00:00 2001 From: denode Date: Wed, 20 May 2026 21:52:36 +0200 Subject: [PATCH] responsive design --- frontend/app/layout.tsx | 2 +- frontend/app/page.tsx | 2 +- frontend/app/sammlung/page.tsx | 2 +- frontend/components/ui/Nav.tsx | 52 +++++++++++++++++++++++++++++----- 4 files changed, 48 insertions(+), 10 deletions(-) diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index b74c17c..cdf9a87 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -14,7 +14,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })