Skip to content

Commit c53b15f

Browse files
author
Ludo237
committed
Fixed wrong height on Paypal image
Thanks @Sanfra1407
1 parent ba6d76a commit c53b15f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.deploy_git

Lines changed: 0 additions & 1 deletion
This file was deleted.

themes/vue/layout/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</div>
9595
<div class="feat">
9696
<h2><span class="icon powerful"></span>Reattivo</h2>
97-
<p>Espressioni e proprietà derivate con vincolo dei dati.</p>
97+
<p>Espressioni e proprietà derivate tramite binding dei dati.</p>
9898
</div>
9999
<div class="feat">
100100
<h2><span class="icon composable"></span>Componenti</h2>

themes/vue/source/css/_common.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ a.button
186186
width 14px
187187
height 14px
188188
position absolute
189-
top 10px
189+
top 3px
190190
left 5px
191191
a
192192
font 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif

0 commit comments

Comments
 (0)