mobile optimization

This commit is contained in:
2026-06-24 22:36:17 -05:00
parent a106f28257
commit 4cb27e7b97
3 changed files with 92 additions and 6 deletions

View File

@@ -7,6 +7,11 @@ export const metadata: Metadata = {
"Live-Gruppentabellen, Drittplatzierten-Wertung und der vollständige K.o.-Baum der FIFA WM 2026 mit Annex-C-Zuordnung und Polymarket-Wahrscheinlichkeiten.",
};
export const viewport = {
width: "device-width",
initialScale: 1,
};
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="de">