Skip to content

Commit 74d7ecb

Browse files
committed
Modify the positions for ads.
1 parent b660b7c commit 74d7ecb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/app/components/home.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ const Home = () => (
6565
<p style={{ fontSize: '1.33em' }}>
6666
Unleash your creativity and explore the infinite possibilities. #ReactPWA
6767
</p>
68-
<script src="https://codefund.io/scripts/fefc6de5-a0ce-46e8-a15d-f43733b5b454/embed.js" />
69-
<div id="codefund_ad" />
7068
</Grid.Column>
7169
<Grid.Column floated="right" width={6}>
72-
<Image bordered rounded size="large" src="http://react.semantic-ui.com/images/wireframe/white-image.png" />
70+
<script src="https://codefund.io/scripts/fefc6de5-a0ce-46e8-a15d-f43733b5b454/embed.js" />
71+
<div id="codefund_ad" />
7372
</Grid.Column>
7473
</Grid.Row>
7574
<Grid.Row>
@@ -82,7 +81,7 @@ const Home = () => (
8281
<Segment style={{ padding: '0em' }} vertical>
8382
<Grid celled="internally" columns="equal" stackable>
8483
<Grid.Row textAlign="center">
85-
<Grid.Column style={{ paddingBottom: '5em', paddingTop: '5em' }}>
84+
<Grid.Column style={{ paddingBottom: '2em', paddingTop: '5em' }}>
8685
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" />
8786
<ins
8887
className="adsbygoogle"

0 commit comments

Comments
 (0)