项目文件夹

文件
Asim Aslam 8d59779465 website: fix mobile horizontal overflow on the landing page (#3031)
Grid items defaulted to min-width:auto, so the wide <pre> blocks (install
command, the 'micro run' sample) forced their row past the viewport —
clipped by overflow-x:hidden, so no scroll but not fitting either. Let
grid items shrink (.two-col > * { min-width:0 }) and wrap the code blocks
on mobile (white-space:pre-wrap; overflow-wrap:anywhere) so every section
fits the screen with no overflow or scroll.

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-24 15:48:35 +01:00
..
2025-11-13 19:21:27 +00:00
2025-05-21 11:17:04 +01:00
x
2025-11-13 20:48:01 +00:00
2025-05-21 11:17:04 +01:00
2025-05-21 11:17:04 +01:00
2025-05-21 11:22:11 +01:00

Website

The Go Micro website including docs