Skip to content

Commit

Permalink
Fix Progress Bar Bug (#71)
Browse files Browse the repository at this point in the history
fixes #70
  • Loading branch information
yousinix authored May 7, 2021
1 parent 45da384 commit 479d51d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/about/skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ <h2 class="mb-3">{{ include.title }}</h2>
style="width: {{ skill.percentage }}%;"
aria-valuenow="{{ skill.percentage }}"
aria-valuemin="0"
aria-valuemax="100" />
aria-valuemax="100">
</div>
</div>

{% endfor %}
Expand Down

0 comments on commit 479d51d

Please sign in to comment.