mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-17 02:27:12 -05:00
make tables responsive
This commit is contained in:
parent
bd947b9650
commit
f943003a4c
@ -132,7 +132,8 @@ layout: default
|
||||
|
||||
<!-- START VPN TABLE -->
|
||||
|
||||
<table class="sortable-theme-bootstrap" data-sortable>
|
||||
<div class="table-responsive">
|
||||
<table class="table sortable-theme-bootstrap" data-sortable>
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-sortable="true">Sortable VPN Providers Table</th>
|
||||
@ -364,6 +365,7 @@ layout: default
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- END VPN TABLE -->
|
||||
@ -863,7 +865,8 @@ layout: default
|
||||
|
||||
<br>
|
||||
|
||||
<table class="sortable-theme-bootstrap" data-sortable>
|
||||
<div class="table-responsive">
|
||||
<table class="table sortable-theme-bootstrap" data-sortable>
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-sortable="true">Email Service</th>
|
||||
@ -1045,6 +1048,7 @@ layout: default
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user