Skip to content

Commit

Permalink
adjust asset amount card responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz committed Aug 22, 2023
1 parent 2bb7738 commit dba288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/view/components/AssetAmountCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function AssetAmountCard({
<div className="@container">
<div
className={cx(
'flex flex-col justify-between gap-3 rounded-lg bg-slate-800 p-4 @[300px]:flex-row',
'flex flex-col justify-between gap-3 rounded-lg bg-slate-800 p-4 @[300px]:flex-row sm:flex-row',
className
)}
>
Expand Down

0 comments on commit dba288f

Please sign in to comment.