MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
371 stars 786 forks source link

🩹 Fix responsive behavior on narrow screens #570

Closed thisiskeithb closed 3 months ago

thisiskeithb commented 4 months ago

Description

Re-fix unintended side scrolling on narrow screens (like my phone). This basically reapplies the fix from #400.

Once unintended side scrolling was fixed, the "Back to top" text overlapped the footer on the narrowest of screens, so that was fixed as well:

Before After
image image

I also added the text-center class to center the footer text & tweaked punctuation to add missing commas.

Related Issues