Skip to content

Commit 31f222c

Browse files
fix: use md breakpoint instead of the sm for tablet to cover the gap
1 parent 26ab42a commit 31f222c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/communities/overview/MainHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function CommunitySection(): ReactElement {
2727
<p className="mt-2 text-xl tracking-tight md:text-.5xl leading-tight max-w-text-sm lg:hidden">{community?.summary}</p>
2828
<p className="hidden mt-4 tracking-tight text-lg xl:text-.5xl max-w-text-md font-extralight lg:block">{community?.summary}</p>
2929
</div>
30-
<div className="self-end w-36 sm:h-82 lg:h-128 md:w-1/2 max-w-lg">
30+
<div className="self-end w-36 md:h-82 lg:h-128 md:w-1/2 max-w-lg">
3131
{community?.icon && <Image src={`${community?.icon}`} alt={community?.name || ""} className="relative w-full h-full" width={300} height={300} />}
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)