style: removed space

This commit is contained in:
원더 2021-01-06 13:24:07 +09:00
parent 792cb0a152
commit a572d0b753

View File

@ -48,7 +48,7 @@ export default function App({ Component, pageProps }: AppProps): JSX.Element {
<meta name="theme-color" content="#3366FF" /> <meta name="theme-color" content="#3366FF" />
</Head> </Head>
<Navbar /> <Navbar />
<div className='iu-is-the-best h-screen text-black dark:text-gray-100 bg-white dark:bg-discord-dark'> <div className='iu-is-the-best h-screen text-black dark:text-gray-100 bg-white dark:bg-discord-dark'>
<Component {...pageProps} /> <Component {...pageProps} />
</div> </div>
<Footer /> <Footer />