Skip to content

Commit f1ddae7

Browse files
committed
reinstall carbon ads
1 parent ae83661 commit f1ddae7

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

themes/vue/layout/partials/ad.ejs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
<div id="ad">
2-
<span>Proudly sponsored by</span>
3-
<br>
4-
<a href="https://strikingly.com/s/careers?utm_source=v" target="_blank"
5-
style="display:inline-block;padding-top:8px">
6-
<img src="/images/strikingly.png">
7-
</a>
2+
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id="_carbonads_js"></script>
83
</div>

themes/vue/source/css/_common.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ a.small-button
115115

116116
#ad
117117
width 140px
118-
text-align center
119118
position fixed
120119
z-index 99
121120
bottom 10px

themes/vue/source/css/page.styl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ $header-height = 40px
260260
#ad
261261
z-index 8
262262
position relative
263-
width 140px
264-
height 60px
263+
width 100%
265264
padding 0
266265
bottom 0
267266
right 0
@@ -270,12 +269,12 @@ $header-height = 40px
270269
display inline-block
271270
vertical-align top
272271
.carbon-text
273-
width 130px
272+
width 140px
274273
margin-left 15px
275274
.carbon-poweredby
276275
position absolute
277-
bottom 0
278-
left 145px
276+
bottom 12px
277+
left 140px
279278

280279
@media screen and (max-width: 720px)
281280
#ad

0 commit comments

Comments
 (0)