Skip to content

Commit

Permalink
resume layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriajury committed Oct 16, 2024
1 parent f547da5 commit 81a693a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile/templates/profile/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ <h5>{{ edu.date_attended}}</h5>
{% endfor %}

<h3 class="resume-title">Skills</h3>
<div class="resume-item pb-0">
<div class="resume-item">
<h4>Technical Skills</h4>
<ul>
{% for s in technical_skills %}
<li>{{ s.skill }}</li>
{% endfor %}
</ul>
</div>
<div class="resume-item pb-0">
<div class="resume-item pb-2">
<h4>Languages</h4>
<ul>
{% for s in language_skills %}
Expand Down

0 comments on commit 81a693a

Please sign in to comment.