chore: added margin style

This commit is contained in:
Junseo Park 2021-02-15 11:42:39 +09:00
parent f201b23cfb
commit ce8faf5d62

View File

@ -17,7 +17,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
<Hero />
<Container>
<Advertisement />
<h1 className='text-3xl font-bold'>
<h1 className='text-3xl font-bold mt-10 mb-2'>
<i className='far fa-heart mr-3 text-pink-600' />
</h1>
<p className='text-base'> !</p>
@ -27,7 +27,8 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
}
</div>
<Paginator totalPage={votes.totalPage} currentPage={votes.currentPage} pathname='/list/votes' />
<h1 className='text-3xl font-bold mt-20'>
<Advertisement />
<h1 className='text-3xl font-bold mt-20 mb-2'>
<i className='far fa-star mr-3 text-yellow-500' />
</h1>
<p className='text-base'> .</p>
@ -37,7 +38,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
}
</div>
<LongButton href='/list/new' center></LongButton>
<h1 className='text-3xl font-bold'>
<h1 className='text-3xl font-bold mb-2'>
<i className='fa fa-check mr-3 mt-10 text-green-500' />
</h1>
<p className='text-base'>KOREANBOTS에서 !!</p>