Skip to content

Commit

Permalink
Mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Dec 30, 2024
1 parent 8d3fb7e commit 40e837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/restrictions/RestrictionRow.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="flex flex-col lg:flex-row border-b border-b-zinc-300 dark:border-b-zinc-500 lg:py-1 last:border-0 text-sm">
<!-- Route Header -->
<div class="w-full lg:w-4/12 mb-2 lg:mb-0 text-zinc-700 dark:text-white lg:text-black flex">
<div class="w-full lg:w-4/12 mb-2 lg:mb-0 text-zinc-700 dark:text-white lg:text-black flex flex-col">
<span class="block lg:hidden font-bold">Route</span>
{route}
</div>
Expand Down

0 comments on commit 40e837d

Please sign in to comment.