Skip to content

Commit

Permalink
Minor layout update on currencies index
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Nov 22, 2023
1 parent 98be137 commit 4bc0755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div
:for={{dom_id, currency} <- @streams.currencies}
id={dom_id}
class="p-4 sm:w-1/2 lg:w-1/3 w-full hover:scale-[1.01] duration-500 cursor-default group"
class="p-4 md:w-1/2 xl:w-1/3 w-full hover:scale-[1.01] duration-500 cursor-default group"
>
<div
class="flex items-center justify-between p-4 rounded-lg bg-white shadow-zinc-500 shadow-md hover:shadow-2xl duration-500
Expand Down

0 comments on commit 4bc0755

Please sign in to comment.