ansible-community / community-website

Ansible Community website (WIP)
https://ansible-community-website.readthedocs.io
Creative Commons Attribution Share Alike 4.0 International
14 stars 25 forks source link

fix home page resonsponsive issues on mobile #400

Closed insectengine closed 7 months ago

insectengine commented 7 months ago

@oraNod - the horizontal scroll issue seems to be caused by the fixed image widths on the large view. if we remove this, the images are allowed the scale (which as a side benefit, makes the text much more readable as the page size gets smaller). Even though the images are set not to display, the browser still doesn't want to clear widths.

My recommendation is to remove the forced fixed widths and let the browser scale the images.

Additionally, I removed the extra gap spacing on the ecosystem grid (this too was causing a little horizontal scroll).