Make table on homepage responsive
This commit is contained in:
parent
f6b4c1c4ce
commit
050e13cbe8
@ -22,6 +22,7 @@ include __DIR__ . "/../bits/navbar.php";
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="table-responsive">
|
||||||
<table id="questions" class="table table-hover mt-4">
|
<table id="questions" class="table table-hover mt-4">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -72,3 +73,4 @@ include __DIR__ . "/../bits/navbar.php";
|
|||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user