mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
feat: make college_list.html table horizontally scrollable
This commit is contained in:
parent
258caf98a0
commit
46c08db591
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
<p><b>Note</b>: All data is self-reported. We do not make any claim as to the accuracy of this data.</p>
|
<p><b>Note</b>: All data is self-reported. We do not make any claim as to the accuracy of this data.</p>
|
||||||
|
|
||||||
|
<div class="table-responsive">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -51,6 +52,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row py-3">
|
<div class="row py-3">
|
||||||
<div class="col justify-content-center">
|
<div class="col justify-content-center">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user