14d404744c
main is a grid; its items default to min-width:auto, so the console card (pre / no-wrap lines) refused to shrink and pushed the whole page wider than the phone screen, clipping the About panel text. Set grid-template-columns: minmax(0,1fr) so cards shrink to the viewport and the console scrolls internally instead.