Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit c48eeda

Browse files
committed
chore(web): make the table wider
1 parent 6075b18 commit c48eeda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app/_components/realtime-crypto-wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const RealtimeCryptoWrapper: FC<RealtimeCryptoWrapperProps> = ({
6464
cryptos={topCryptos}
6565
/>
6666
<div
67-
className="container -mt-10 flex flex-col gap-4 px-2 pb-8 pt-16 md:px-8"
67+
className="container max-w-screen-2xl -mt-10 flex flex-col gap-4 px-2 pb-8 pt-16 md:px-8"
6868
id="table-wrapper"
6969
>
7070
{belowBubblesBanners.length > 0 && (

0 commit comments

Comments
 (0)