Skip to content

Commit 9fa5bd9

Browse files
author
Evan You
committed
remove enter transition for personal
1 parent 9dca020 commit 9fa5bd9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
src="//gttp.co/v1.js"></script>
1313
</li>
1414
</ul>
15+
<div class="ad">
16+
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id="_carbonads_js"></script>
17+
</div>
1518
</div>
1619
</div>

themes/vue/source/css/page.styl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,14 @@ $header-height = 40px
6767
&:hover
6868
border-bottom 2px solid $green
6969
.ad
70-
margin-top 20px
70+
margin-top 30px
71+
width 130px
72+
font-size 13px
73+
.carbon-img, .carbon-text
74+
display block
75+
margin-bottom 6px
76+
.carbon-poweredby
77+
color #aaa
7178

7279
.content
7380
padding 2.2em 0

0 commit comments

Comments
 (0)