Skip to content
Snippets Groups Projects
Commit 35e07574 authored by Tomi Valentová's avatar Tomi Valentová
Browse files

nicer tables

parent 9e6a34ce
No related branches found
No related tags found
1 merge request!29Feat/redesign
Pipeline #19105 passed
<div class="my-6 prose"> <div class="my-6 prose max-w-[100ch]">
<table> <table>
<tr> <thead>
<tr class="bg-black [&_*]:!text-white [&_*]:!pt-2">
<th>Company</th> <th>Company</th>
<th>Contact</th> <th>Contact</th>
<th>Country</th> <th>Country</th>
</tr> </tr>
</thead>
<tbody>
<tr> <tr>
<td>Alfreds Futterkiste</td> <td>Alfreds Futterkiste</td>
<td>Maria Anders</td> <td>Maria Anders</td>
...@@ -15,5 +19,6 @@ ...@@ -15,5 +19,6 @@
<td>Francisco Chang</td> <td>Francisco Chang</td>
<td>Mexico</td> <td>Mexico</td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment