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; overflow: hidden;
align-content: center; align-content: center;
display: flex; display: flex;
max-height: 110px; height: 110px;
img { img {
width: auto; width: auto;
margin: auto; margin: auto;