A daily game

Avoid cutting off screen for large grids

+1 -1
+1 -1
src/pages/_layout.tsx
··· 5 5 export default async function RootLayout({ children }: PropsWithChildren) { 6 6 return ( 7 7 <StateProvider> 8 - <div className="h-dvh w-dvw p-4 flex justify-center items-center"> 8 + <div className="min-h-dvh min-w-dvw p-4 flex justify-center items-center"> 9 9 <main>{children}</main> 10 10 </div> 11 11 </StateProvider>