Adjust card width on desktop

The card width was too wide on desktop. Adjusted the width to be slightly smaller than the four icon area at the bottom.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:16:55 +00:00
parent fc4eed31d2
commit 30c76a2e1a
7 changed files with 25 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ const RecentTransactionsSection: React.FC<RecentTransactionsSectionProps> = ({
<ChevronRight size={16} />
</Link>
</div>
<div className="neuro-card divide-y divide-gray-100">
<div className="neuro-card divide-y divide-gray-100 desktop-card">
{transactions.length > 0 ? (
transactions.map((transaction) => (
<div