Rebranding #80

Merged
OpzekerIT merged 66 commits from dev into main 2023-11-03 22:05:01 +00:00
Showing only changes of commit e0275c01de - Show all commits

View file

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