Redot-Engine / redot-landing-page

Redot Engine is an ambitious, community-driven fork of the Godot Engine, aiming to expand upon its capabilities for 2D and 3D game development
https://www.redotengine.org
MIT License
19 stars 5 forks source link

Max width, width and readability matters #196

Closed opdev1004 closed 2 weeks ago

opdev1004 commented 3 weeks ago

Issue description: The ideal width for readability is between 45 and 70 characters per line. Which is 600px~840px.

For desktop display, current website's width is just too huge for content. 1280px can be a good responsive triggering point. But IMO it is really bad for UX for reading content. At least for any text content, I recommend to use max width 600px~840px. This includes title and images for content as well.

In case of google, they have so many expeirence so they use about 650px.

When we design things, we always need to think about end-users, this is not only about the look, it is also about the any system and operation we design. User experience that's what sells.

URL to the web page (if already existing): https://www.redotengine.org/news/redot-roadmap

opdev1004 commented 2 weeks ago

Looks like it only changed the splash height.

So I will do it myself.

opdev1004 commented 2 weeks ago

201