Browse Source

fix table content alignment

main
d47081 2 years ago
parent
commit
1faefb9f9e
  1. 12
      network.html
  2. 12
      uk/network.html

12
network.html

@ -147,18 +147,18 @@ @@ -147,18 +147,18 @@
<div class="mx-auto mt-20 bg-c-4 b-r-3">
<table class="w-100-100">
<tr>
<th class="t-center bb-2 b-c-6 py-16 px-8">Location</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">Location</th>
<th class="t-left pl-26 bb-2 b-c-6 py-16 px-8">IPv4</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">IPv6</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">IPv6</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Port TCP</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">Port UDP+TCP</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Port UDP+TCP</th>
</tr>
<tr data-host="seed.twister.net.co">
<td class="t-center bb-2 b-c-6 py-16 px-8">Latvia</td>
<td class="t-left bb-2 b-c-6 py-16 px-8">Latvia</td>
<td class="t-left pl-26 bb-2 b-c-6 p-8">94.140.114.241</td>
<td class="t-center bb-2 b-c-6 p-8">2a02:7aa0:4000::f2</td>
<td class="t-left bb-2 b-c-6 p-8">2a02:7aa0:4000::f2</td>
<td class="t-center bb-2 b-c-6 p-8">28333</td>
<td class="t-left bb-2 b-c-6 p-8">29333</td>
<td class="t-center bb-2 b-c-6 p-8">29333</td>
</tr>
</table>
</div>

12
uk/network.html

@ -148,18 +148,18 @@ @@ -148,18 +148,18 @@
<div class="mx-auto mt-20 bg-c-4 b-r-3">
<table class="w-100-100">
<tr>
<th class="t-center bb-2 b-c-6 py-16 px-8">Розміщення</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">Розміщення</th>
<th class="t-left pl-26 bb-2 b-c-6 py-16 px-8">IPv4</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">IPv6</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">IPv6</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Порт TCP</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">Порт UDP+TCP</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Порт UDP+TCP</th>
</tr>
<tr data-host="seed.twister.net.co">
<td class="t-center bb-2 b-c-6 py-16 px-8">Латвія</td>
<td class="t-left bb-2 b-c-6 py-16 px-8">Латвія</td>
<td class="t-left pl-26 bb-2 b-c-6 p-8">94.140.114.241</td>
<td class="t-center bb-2 b-c-6 p-8">2a02:7aa0:4000::f2</td>
<td class="t-left bb-2 b-c-6 p-8">2a02:7aa0:4000::f2</td>
<td class="t-center bb-2 b-c-6 p-8">28333</td>
<td class="t-left bb-2 b-c-6 p-8">29333</td>
<td class="t-center bb-2 b-c-6 p-8">29333</td>
</tr>
</table>
</div>

Loading…
Cancel
Save