tomjoht.github.io
tomjoht.github.io copied to clipboard
Advertisements leading to overflow
Your article has an advertisement which leads to your page having overflow on mobile (iPhone 14 pro).
See this screenshot:
Hi @tomjoht, I'm reading your API documentation course on my phone (thanks for this amazing resource!) and running into similar problems. Following @JoepKockelkorn's comment, more elements cause horizontal overflow on mobile (iPhone SE, 320px wide):
- The
userMapclass has a min-width set to 550px. - The CSS of some of the images is not responsive. See, for example, the
img.mediumon this page. - The
white-space: nowrap;on thebtnclass coming from Bootstrap.