Skip to content

Commit c4c0239

Browse files
Fix an issue with layout
1 parent 0ff4ce2 commit c4c0239

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/pages/projects.js

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@ export default function Home() {
2828
<ProjectsHeader />
2929
<main>
3030
<Projects />
31-
<div className="row">
32-
<div className="col col--12">
33-
<Adsense
34-
client='ca-pub-4805219819571962'
35-
slot='1174653824'
36-
style={{ display: 'block' }}
37-
layout='in-article'
38-
format='auto'
39-
/>
31+
<div className="container">
32+
<div className="row">
33+
<div className="col col--12">
34+
<Adsense
35+
client='ca-pub-4805219819571962'
36+
slot='1174653824'
37+
style={{ display: 'block' }}
38+
layout='in-article'
39+
format='auto'
40+
/>
41+
</div>
4042
</div>
4143
</div>
4244
</main>

0 commit comments

Comments
 (0)