Skip to content

Commit

Permalink
widen hots page
Browse files Browse the repository at this point in the history
  • Loading branch information
wjiang42 committed Mar 11, 2024
1 parent 447c2d9 commit c96b55d
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions pages/people_hots.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ nav_page_specific: hots

<hr class="bg-primary"/>

<div class="col-12 col-sm-8 col-lg-6 col-xl-4 m-auto">
<table class="table table-striped table-bordered border-primary table-sm text-center">
<thead><tr class="bg-primary text-white">
<th scope="col">Year</th>
<th scope="col">Head(s) of Tech</th>
</tr></thead>
<tbody>
{% for hot in site.data.people_hots_hots %}<tr{% if forloop.first %} class="border-bottom-3"{% endif %}>
<td>{{ hot.year }}</td>
<td>{{ hot.name }}</td>
</tr>
{% endfor %}
</tbody>
</table>
<div class="container">
<div class="col-7 m-auto">
<table class="table table-striped table-bordered border-primary table-sm text-center">
<thead><tr class="bg-primary text-white">
<th scope="col">Year</th>
<th scope="col">Head(s) of Tech</th>
</tr></thead>
<tbody>
{% for hot in site.data.people_hots_hots %}<tr{% if forloop.first %} class="border-bottom-3"{% endif %}>
<td>{{ hot.year }}</td>
<td>{{ hot.name }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>

0 comments on commit c96b55d

Please sign in to comment.