TwitchPlaysBF2 / BF2Dashboard

BF2.TV - a social web platform around the game Battlefield 2 (also available for Windows)
https://bf2.tv
6 stars 3 forks source link

Stop server community logo from overflowing it's container #49

Closed cetteup closed 1 year ago

cetteup commented 1 year ago

The community logo currently overflows it's container if the image is bigger than the expected size.

image

By simply setting max-width: 100%;, we can ensure that the image is never bigger than it's container.

image

TwitchPlaysBF2 commented 1 year ago

Thank you! 🚀