Skip to content

Commit

Permalink
Merge pull request #82 from hellomuthu23/fix-ad-size
Browse files Browse the repository at this point in the history
fix : fix ad size
  • Loading branch information
hellomuthu23 committed Jul 24, 2023
2 parents 2899028 + f96098d commit 77e0a81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/GoogleAd/GoogleAd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ export const GoogleAd = () => {
<>
<ins
className='adsbygoogle'
style={{ display: 'block' }}
style={{ display: 'inline-block', width: '728px', height: '90px' }}
data-ad-client='ca-pub-3152802418728088'
data-ad-slot='2256716101'
data-ad-format='auto'
data-full-width-responsive='true'
></ins>
</>
);
Expand Down

0 comments on commit 77e0a81

Please sign in to comment.