FreeCAD / FreeCAD-Homepage

The homepage at http://www.freecad.org
GNU Lesser General Public License v2.1
26 stars 42 forks source link

Above the fold UX breaks on some screens #74

Open ElectricCookie opened 3 years ago

ElectricCookie commented 3 years ago

Hey guys,

I found that on some aspect ratios the page displays in ways that break the "above the fold" UX. Meaning there's content without description or indication to scroll. (In the screenshot you only see the big gear, without the arrow to indicate scrolling or any text indicating the page will continue).

image

A simple fix would be to change the order of elements for the mobile view to place title before image (which also makes more sense for accessibility).

This could be achieved by a simple flex-direction call.

yorikvanhavre commented 3 years ago

That's a good idea... I'll look into flex-direction. If you fancy trying to fix it, though, you are more than welcome :innocent: