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.

feat(Hero): refine responsive breakpoints for stage headings

+3 -2
+3 -2
app/globals.css
··· 105 105 } 106 106 } 107 107 108 - @media (min-width: 640px) { 108 + /* Medium hero headings: 640px–1400px (large size only from 1401px up) */ 109 + @media (min-width: 640px) and (max-width: 1400px) { 109 110 .stage-heading-1 { 110 111 font-size: 100px; 111 112 } ··· 114 115 } 115 116 } 116 117 117 - /* Responsive scaling for stage headings */ 118 + /* Large hero headings */ 118 119 @media (min-width: 1401px) { 119 120 .stage-heading-1 { 120 121 font-size: 130px;