Skip to content

Commit

Permalink
Fix an issue with layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Aug 2, 2023
1 parent 0ff4ce2 commit c4c0239
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ export default function Home() {
<ProjectsHeader />
<main>
<Projects />
<div className="row">
<div className="col col--12">
<Adsense
client='ca-pub-4805219819571962'
slot='1174653824'
style={{ display: 'block' }}
layout='in-article'
format='auto'
/>
<div className="container">
<div className="row">
<div className="col col--12">
<Adsense
client='ca-pub-4805219819571962'
slot='1174653824'
style={{ display: 'block' }}
layout='in-article'
format='auto'
/>
</div>
</div>
</div>
</main>
Expand Down

0 comments on commit c4c0239

Please sign in to comment.