The issue is a mobile layout bug where long code lines overflow. Inspect the CSS for code blocks (likely in the site's stylesheet, e.g., `style.css`). Look for a pre or code selector and add `overflow x: auto` or `word break: break all` to handle long lines on small screens. Test on a mobile viewport to verify fix.