Skip to content

Commit

Permalink
fix width on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 15, 2023
1 parent 92f3ae0 commit b30921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export default function Home() {
setDisplayCart(!displayCart);
clickPlay();
}}
className="relative flex flex-row items-center justify-center gap-2 p-1 sm:p-2 bg-black border border-terminal-green text-xs sm:text-base w-9"
className="relative flex flex-row items-center justify-center gap-2 p-1 sm:p-2 bg-black border border-terminal-green text-xs sm:text-base w-9 sm:w-fit"
>
<CartIconSimple className="w-4 h-4" />
<p className="hidden sm:block">
Expand Down

1 comment on commit b30921c

@vercel
Copy link

@vercel vercel bot commented on b30921c Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.