style: fixed style bugs

This commit is contained in:
원더 2021-01-23 11:48:36 +09:00
parent d12db80c44
commit 097109355a

View File

@ -17,12 +17,12 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
return (
<>
<div className='dark:bg-discord-black bg-discord-blurple'>
<Container className='pb-24 pt-20' ignoreColor>
<Container className='pb-24 pt-20' ignoreColor paddingTop>
<h1 className='text-center text-gray-100 text-3xl font-bold sm:text-left'>
</h1>
<Search />
<h2 className='text-xl font-bold mt-10 mb-1'> </h2>
<h2 className='text-xl font-bold mt-10 mb-1 text-black dark:text-gray-100'> </h2>
<div className='flex flex-wrap '>
{ cats.map(t=> <Tag key={t} text={t} dark href={`/categories/${t}`}/>) }
</div>