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).
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 amax-width: 80px
, which overwritesimg { max-width: 100% }
and so the image overflows its container element (which has amax-width: 70px
).