Skip to content

Commit

Permalink
moar style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mciparelli committed Aug 22, 2023
1 parent 473a47f commit 395f189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions islands/form-and-results.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export default function FormAndResults({ params }) {
<div class="max-w-[100vw] overflow-x-auto border border-gray-900">
<table class="table-auto text-sm text-center min-w-[fit-content] w-full">
<thead class="font-bold text-slate-400">
<tr class="border-b z-[-1]">
<th class="py-4 bg-blue-400 sticky left-0">Tramo</th>
<tr>
<th class="py-4 bg-blue-400">Tramo</th>
<th class="bg-blue-400">Fecha y hora</th>
<th class="bg-blue-400">Aerolínea</th>
<th class="bg-blue-400">Cabina</th>
Expand All @@ -123,7 +123,7 @@ export default function FormAndResults({ params }) {
class="text-slate-500 whitespace-nowrap"
key={flight.uid}
>
<td class={`${bgColor} py-4 px-2 sticky left-0`}>
<td class={`${bgColor} py-4 px-2`}>
<a
class="text-blue-500"
target="_blank"
Expand Down

0 comments on commit 395f189

Please sign in to comment.