alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

Cloudinary logo causes horizontal scroll on small screens #423

Open dpanov opened 5 years ago

dpanov commented 5 years ago

Seems like the Cloudinary logo is causing a horizontal scroll on smaller screens (up to 600px device width).

As far as I can see, the .banner-logo class has a max-width: 80px, which overwrites img { max-width: 100% } and so the image overflows its container element (which has a max-width: 70px).