Fix typo and Fix single letter skill name (Such as C) appearing on skill level line instead of one line up

This commit is contained in:
Christos Zonios 2017-09-10 11:55:08 +03:00
parent b3def3f858
commit efca7d7134
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
</div>
<div class="text">
<h4>{{person.contact.phone}}</h4>
<span>mobil</span>
<span>mobile</span>
</div>
</div>
</a>

View File

@ -81,7 +81,7 @@
</div>
<div class="skill" v-for="skill in person.skills">
<div class="right">
<span>{{skill.name}}</span>
<span>{{skill.name}}&nbsp;</span>
<div class="progress">
<div class="determinate" :style="'width: '+skill.level+'%;'">
<i class="fa fa-circle"></i>