The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(Hero): add mobile adjustments

Sam Sauer 3fa21a64 1db17c08

+2 -1
+2 -1
app/components/Hero.tsx
··· 112 112 </svg> 113 113 {/* Full-size blob-masked photo */} 114 114 <div 115 - className="relative w-full lg:w-[170%] aspect-square lg:-mr-[70%] lg:[transform:translate(2%,-20%)]" 115 + // className="relative w-[130%] -mr-[30%] lg:w-[170%] lg:-mr-[70%] lg:[transform:translate(2%,-20%)]" 116 + className="relative w-[130%] -mr-[30%] lg:w-[170%] aspect-square lg:-mr-[70%] lg:[transform:translate(2%,-20%)]" 116 117 style={{ clipPath: "url(#hero-blob)" }} 117 118 > 118 119 {slides.map((slide, index) => (