Make #122 responsive

Closes #119
This commit is contained in:
Daniel Supernault 2018-06-04 21:33:19 -06:00
parent e8b88f0b59
commit c2f6ffc043

View file

@ -6,7 +6,7 @@
</div>
<hr>
<div class="table-responsive">
<table class="table">
<thead class="thead-dark">
<tr>
@ -33,6 +33,7 @@
@endforeach
</tbody>
</table>
</div>
<div class="d-flex justify-content-center mt-5 small">
{{$users->links()}}
</div>