Make table on homepage responsive

This commit is contained in:
Skylar Ittner 2018-08-27 01:09:56 -06:00
parent f6b4c1c4ce
commit 050e13cbe8

View File

@ -22,6 +22,7 @@ include __DIR__ . "/../bits/navbar.php";
</div>
<div class="table-responsive">
<table id="questions" class="table table-hover mt-4">
<thead>
<tr>
@ -71,4 +72,5 @@ include __DIR__ . "/../bits/navbar.php";
<th data-priority="1"><i class="fas fa-fw fa-reply-all d-none d-md-inline"></i> Responses</th>
</tfoot>
</table>
</div>
</div>