Skip to content

Commit f47ee89

Browse files
committed
docs: fix homepage tables
1 parent 5e786ee commit f47ee89

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ Designed for automation testing, cross-platform compatibility validation, and ma
4141

4242
> **What makes BotBrowser different:** Cross-platform browser with unified fingerprint technology that keeps fingerprints identical everywhere.
4343
44-
<table>
44+
<table style="table-layout:fixed; width:100%;">
45+
<colgroup>
46+
<col style="width:50%">
47+
<col style="width:50%">
48+
</colgroup>
4549
<tr>
46-
<th style="width:50%;">Core Advantages</th>
47-
<th style="width:50%;">Technical Excellence</th>
50+
<th>Core Advantages</th>
51+
<th>Technical Excellence</th>
4852
</tr>
4953
<tr>
5054
<td><strong>High-fidelity Profile Simulation</strong> – Synthetic/aggregated profiles for realistic, policy-compliant testing</td>
@@ -195,12 +199,18 @@ Our compatibility research examines browser fingerprinting techniques across dif
195199

196200
> ⚠️ Research demos in authorized environments. See [DISCLAIMER](DISCLAIMER.md).
197201
198-
<table>
202+
<table style="table-layout:fixed; width:100%;">
203+
<colgroup>
204+
<col style="width:20%">
205+
<col style="width:30%">
206+
<col style="width:20%">
207+
<col style="width:30%">
208+
</colgroup>
199209
<tr>
200-
<th style="width:20%;">Service</th>
201-
<th style="width:30%;">Demo</th>
202-
<th style="width:20%;">Service</th>
203-
<th style="width:30%;">Demo</th>
210+
<th>Service</th>
211+
<th>Demo</th>
212+
<th>Service</th>
213+
<th>Demo</th>
204214
</tr>
205215
<tr>
206216
<td><strong><a href="tests/tests/antibots/cloudflare.spec.ts">Cloudflare</a></strong></td>

0 commit comments

Comments
 (0)