Skip to content

Commit

Permalink
fix: vertical alignment in cards
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH committed Apr 16, 2024
1 parent cd2c10c commit c13dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/components/routes/home/auction-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function AuctionCard(props: Project) {
<Link
id={`hot-auction-${title.toLowerCase().replace(/\s/g, '-')}`}
href={isFutureOrComingAuction ? `#` : linkPath}
className={cn('mx-auto size-full max-w-[450px]', {
className={cn('mx-auto size-full flex flex-col', {
'cursor-not-allowed': isFutureOrComingAuction
})}
>
Expand Down

0 comments on commit c13dfe6

Please sign in to comment.