From 1af32918e31f8394fbd5caf50b5736af9e1c7c4e Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Sun, 17 Mar 2024 17:35:32 +0100 Subject: [PATCH] Make the banner fixed --- app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 5724b769d..00b4d84e8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -40,12 +40,13 @@ export default function RootLayout({ This is the website for an older EuroPython. Looking for the latest EuroPython? Click here! - {children} + +
{children}
);