fixing things with the responsiveness

This commit is contained in:
talksik
2022-04-20 14:26:09 -05:00
parent a65aae0634
commit 73e71123cc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function MyApp({ Component, pageProps }: AppProps) {
/>
</Head>
<main className="min-h-screen min-w-screen bg-zinc-700 flex flex-col">
<main className="min-h-screen bg-zinc-700 flex flex-col">
<Component {...pageProps} />
</main>