You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
).The text was updated successfully, but these errors were encountered: