Port shared CSS for tables to Tailwind

This commit is contained in:
2022-03-02 15:30:50 -06:00
parent f7d0a0ba85
commit 10f179a095
7 changed files with 37 additions and 74 deletions

View File

@@ -8,7 +8,7 @@
</p>
<table class="mt-12">
<thead>
<tr class="text-left">
<tr>
<th>URL</th>
</tr>
</thead>
@@ -33,7 +33,7 @@
<h3>Accepted Invitations</h3>
<table>
<thead>
<tr class="text-left">
<tr>
<th class="hidden md:block">ID</th>
<th>Accepted</th>
<th>Invited user</th>