fix: main page display

This commit is contained in:
wonderlandpark 2021-03-22 08:46:07 +09:00
parent 66473706f6
commit 7d1262055b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const Advertisement = ({ size = 'short' }: AdvertisementProps): JSX.Element => {
>
{process.env.NODE_ENV === 'production' ? (
<ins
className='adsbygoogle mb-5 w-full'
className='adsbygoogle w-full'
style={{ display: 'inline-block', height: '90px' }}
data-ad-client='ca-pub-4856582423981759'
data-ad-slot='3250141451'

View File

@ -16,7 +16,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
return (
<>
<Hero />
<Container className='mb-10'>
<Container className='pb-10'>
<Advertisement />
<h1 className='text-3xl font-bold mt-10 mb-2'>
<i className='far fa-heart mr-3 text-pink-600' />