Closed cetteup closed 1 year ago
The community logo currently overflows it's container if the image is bigger than the expected size.
By simply setting max-width: 100%;, we can ensure that the image is never bigger than it's container.
max-width: 100%;
Thank you! 🚀
The community logo currently overflows it's container if the image is bigger than the expected size.
By simply setting
max-width: 100%;
, we can ensure that the image is never bigger than it's container.