Commit 9f024a59 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent f43f611e
Pipeline #11155 passed with stage
in 8 seconds
...@@ -106,10 +106,12 @@ ...@@ -106,10 +106,12 @@
} }
.custom-card img { .custom-card img {
width: 50%; width: 100%;
max-width: 160px; /* kleinere Bildbreite */
height: auto; height: auto;
object-fit: cover; margin: 16px auto 0 auto; /* zentriert mit Abstand nach oben */
max-height: 200px; object-fit: contain;
border-radius: 12px; /* für leicht abgerundete Ecken */
} }
.custom-card-info { .custom-card-info {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment