alistapart/AListApart

Cloudinary logo causes horizontal scroll on small screens

Opened this issue · 0 comments

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).