disclogo
This commit is contained in:
parent
4efe619f1b
commit
721b049d00
1 changed files with 5 additions and 0 deletions
|
|
@ -125,3 +125,8 @@ td {
|
||||||
@media only screen and (min-width: 769px) {
|
@media only screen and (min-width: 769px) {
|
||||||
/* Any specific styles for larger screens can go here */
|
/* 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 */
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue