style(website): standardize use-case image container heights to 150px and set object-fit contain to align headings

This commit is contained in:
Timo
2026-05-30 16:40:55 +02:00
parent 06203eb5cb
commit c608d2d9e9
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -1509,7 +1509,8 @@ html.lang-de [lang="en"] {
display: block;
width: 100%;
max-width: 272px;
height: auto;
height: 150px;
object-fit: contain;
border-radius: 8px;
margin: 0 auto 0 auto;
}