From 965b6ccd22c933326067dbd1d42e10f4212ea607 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 8 Jun 2025 19:20:57 +0200 Subject: [PATCH] Make website design responsive --- app/[slug]/site/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/[slug]/site/layout.tsx b/app/[slug]/site/layout.tsx index 9236c5f..c93aadb 100644 --- a/app/[slug]/site/layout.tsx +++ b/app/[slug]/site/layout.tsx @@ -6,7 +6,7 @@ import Image from 'next/image'; export default function Layout({ children }: { children: React.ReactNode }) { return (
-
+
Header
-
-
+
+
Stamp
{children}