This commit is contained in:
thijs 2023-11-03 16:12:18 +01:00
parent 4efe619f1b
commit 721b049d00

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 */
}