Skip to content

Commit

Permalink
responsive text
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Dec 23, 2024
1 parent 5ca8b2e commit f062cf9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions front/components/home/ContentBlocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,20 @@ export const CarousselContentBlock = ({
</P>
</div>
<div className="w-full text-left">
<Link href={href} shallow={true} className="inline-block">
<Link href={href} shallow={true} className="inline-block max-w-full">
<Button
label={"Discover Dust"}
variant="outline"
size="md"
icon={ArrowRightIcon}
className="flex max-w-full md:hidden"
/>
<Button
label={"Discover Dust for " + title}
variant="outline"
size="md"
icon={ArrowRightIcon}
className="max-w-full"
className="hidden max-w-full md:flex"
/>
</Link>
</div>
Expand Down

0 comments on commit f062cf9

Please sign in to comment.