feat: added padding for ad

This commit is contained in:
wonderlandpark 2021-05-07 09:21:37 +09:00
parent 1f6c012243
commit 77d8f6456a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const New:NextPage<NewProps> = ({ data }) => {
return <> return <>
<Hero header='새로운 봇' description='최근에 한국 디스코드봇 리스트에 추가된 봇들입니다!' /> <Hero header='새로운 봇' description='최근에 한국 디스코드봇 리스트에 추가된 봇들입니다!' />
<SEO title='새로운 봇' description='최근에 추가된 봇들입니다!' /> <SEO title='새로운 봇' description='최근에 추가된 봇들입니다!' />
<Container> <Container className='pb-10'>
<Advertisement /> <Advertisement />
<ResponsiveGrid> <ResponsiveGrid>
{ {

View File

@ -24,7 +24,7 @@ const Votes:NextPage<VotesProps> = ({ data }) => {
<Hero header='하트 랭킹' description='하트를 많이 받은 봇들의 순위입니다!'/> <Hero header='하트 랭킹' description='하트를 많이 받은 봇들의 순위입니다!'/>
<SEO title='하트 랭킹' description='하트를 많이 받은 봇들의 순위입니다!'/> <SEO title='하트 랭킹' description='하트를 많이 받은 봇들의 순위입니다!'/>
<section id='list'> <section id='list'>
<Container> <Container className='pb-10'>
<Advertisement /> <Advertisement />
<ResponsiveGrid> <ResponsiveGrid>
{ {