Skip to content

Commit 0086ff1

Browse files
committed
align center in table
1 parent fbbd524 commit 0086ff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ with your ambitions.
2626
<table align="center">
2727
<thead>
2828
<tr>
29-
<th colspan="2">Supported Backends</th>
29+
<th colspan="2" style="text-align: center">Supported Backends</th>
3030
<tr>
31-
<th>Built-in</th>
32-
<th>External</th>
31+
<th style="text-align: center">Built-in</th>
32+
<th style="text-align: center">External</th>
3333
</tr>
3434
</thead>
3535
<tbody>

0 commit comments

Comments
 (0)