We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ab42a commit 31f222cCopy full SHA for 31f222c
src/components/sections/communities/overview/MainHeader.tsx
@@ -27,7 +27,7 @@ export default function CommunitySection(): ReactElement {
27
<p className="mt-2 text-xl tracking-tight md:text-.5xl leading-tight max-w-text-sm lg:hidden">{community?.summary}</p>
28
<p className="hidden mt-4 tracking-tight text-lg xl:text-.5xl max-w-text-md font-extralight lg:block">{community?.summary}</p>
29
</div>
30
- <div className="self-end w-36 sm:h-82 lg:h-128 md:w-1/2 max-w-lg">
+ <div className="self-end w-36 md:h-82 lg:h-128 md:w-1/2 max-w-lg">
31
{community?.icon && <Image src={`${community?.icon}`} alt={community?.name || ""} className="relative w-full h-full" width={300} height={300} />}
32
33
0 commit comments