Fix image height

This commit is contained in:
Steffen Illium 2025-03-31 19:01:05 +02:00
parent 3fa9c94127
commit f89ab22763

View File

@ -130,7 +130,7 @@ margin: auto;
overflow: hidden;
align-content: center;
display: flex;
max-height: 110px;
height: 110px;
img {
width: auto;
margin: auto;