This commit is contained in:
thijs 2023-11-03 16:12:18 +01:00
parent e4c7ce59fe
commit e0275c01de

View file

@ -125,3 +125,8 @@ td {
@media only screen and (min-width: 769px) {
/* Any specific styles for larger screens can go here */
}
.discord-logo {
width: 100px;
height: 100px;
object-fit: contain; /* This will ensure that the image's aspect ratio is preserved */
}