1
0

Increase cat image width to 70px and height to 50px

This commit is contained in:
2025-05-26 04:37:04 +02:00
parent 330f3f1898
commit ca00196cfe

View File

@@ -26,8 +26,8 @@
} }
#catSlot img { #catSlot img {
width: 60px; width: 70px;
height: 60px; height: 50px;
} }
/* Außenschale für den Diff: overflow + max-height */ /* Außenschale für den Diff: overflow + max-height */