Changed portrait image display mode to scaling down vs cropping

This commit is contained in:
LawfulGreen 2025-08-10 15:07:43 -04:00
parent 300719c116
commit f4052b7434

View file

@ -32,7 +32,7 @@
img {
height: 235px;
width: 275px;
object-fit: cover;
object-fit: contain;
}
.death-roll-btn {