remove width, let browser do it instead

This commit is contained in:
Thomas Ruoff
2021-11-07 23:24:52 +01:00
parent ef27cf95a4
commit 19981d15b6

View File

@@ -9,13 +9,13 @@ export default function Prices() {
<tr>
<th
scope="col"
className="w-2/3 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
>
Gefahrene km
</th>
<th
scope="col"
className="w-1/3 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
>
Preis/km
</th>