Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
1
Like
4
Comments
Brand new landing page, feedback appreciated! Not a UI/UX designer :)
by
Jonathan Carnino
https://writemore.io
You need to add margin / padding around the page on mobile. The content is flush up against the edge of the screen. Graphics are nice and font choices are good!
Thank you for the feedback! We'll definitely fix the issue on mobile asap, I guess we missed that one.
I think the site looks great! One thing I noticed from a technical perspective was that your CSS is loading in after the initial page render. This gives a flash of unstyled HTML before the styles are applied, which is a bit distracting.
I think there's an extra build step involved with CSS-in-JS to extract the styles server side. This article might be helpful if you're using Styled Components
Great catch, we will get this fixed asap. Appreciate the article reference too - super helpful for us.