Skip to content

Commit

Permalink
💄 make the connector hidden on mobile (temporary fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oculux314 committed Aug 7, 2024
1 parent 72f6a1a commit 8573060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/components/home/HomePageBlob.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function HomePageBlobs({ blob1, blob2, blob3 }: Props) {
className={`${styles.container} grid grid-cols-14 my-24 p-5 drop-shadow-xl`}
>
<Blob className="bg-white col-start-8 col-span-4">{blob1}</Blob>
<ConnectorBlob className="col-start-10 col-end-12 justify-self-center" />
<ConnectorBlob className="col-start-10 col-end-12 justify-self-center hidden md:block" />
<Blob className="bg-white col-start-10 col-span-4">
<RichText props={{ text: blob2 }} />
<button className={styles.button}>JOIN US NOW</button>
Expand Down

0 comments on commit 8573060

Please sign in to comment.