Skip to content

Commit

Permalink
fix cv map
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 4, 2022
1 parent 52ffe49 commit e8b3f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/cv/map.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<table class="table table-sm table-borderless table-responsive">
<table class="table table-sm table-borderless table-responsive d-block">
{% for content in entry.contents %}
<tr>
<td class="p-1 pr-2 fw-bold"><b>{{ content.name }}</b></td>
<td class="p-1 pl-2 fw-light text">{{ content.value }}</td>
<td class="p-2 pe-5 fw-bold"><b>{{ content.name }}</b></td>
<td class="p-2 ps-4 fw-light text">{{ content.value }}</td>
</tr>
{% endfor %}
</table>

0 comments on commit e8b3f86

Please sign in to comment.