Skip to content

Commit

Permalink
make projectstats panel collapse on mobile (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterHW authored Apr 26, 2024
1 parent d4e07b4 commit 3ead64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export function ProjectStats() {
(isInfiniteDate(round.roundEndTime) || round.roundEndTime > new Date());

return (
<div className="p-4 gap-4 grid grid-cols-3 md:flex md:flex-col text-blue-800">
<div className="rounded-3xl flex-auto p-3 md:p-4 gap-4 flex flex-col text-blue-800">
<Stat
isLoading={!application}
value={`$${application?.totalAmountDonatedInUsd.toFixed(2)}`}
Expand Down

0 comments on commit 3ead64f

Please sign in to comment.