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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user