We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c11f7b commit 4b4dc44Copy full SHA for 4b4dc44
app/layout.tsx
@@ -40,12 +40,13 @@ export default function RootLayout({
40
<body>
41
<a
42
href="https://europython.eu/"
43
- className="text-center block p-2 bg-secondary text-white font-bold"
+ className="text-center px-2 bg-secondary text-white font-bold fixed top-0 w-full h-[40px] z-50 flex items-center justify-center"
44
>
45
This is the website for an older EuroPython. Looking for the latest
46
EuroPython? Click here!
47
</a>
48
- {children}
+
49
+ <div className="">{children}</div>
50
</body>
51
</html>
52
);
0 commit comments