Commit 4d3496ab authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 9f024a59
Pipeline #11156 passed with stage
in 8 seconds
...@@ -83,44 +83,40 @@ ...@@ -83,44 +83,40 @@
.portfolio-info i { .portfolio-info i {
font-size: 1.3rem; font-size: 1.3rem;
} }
.custom-card-link {
.custom-card-link {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.custom-card { .custom-card-horizontal {
display: flex;
align-items: center;
background: white; background: white;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 12px; border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1); box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 12px 16px;
margin-bottom: 20px;
transition: transform 0.2s, box-shadow 0.2s; transition: transform 0.2s, box-shadow 0.2s;
height: 100%;
display: flex;
flex-direction: column;
} }
.custom-card:hover { .custom-card-horizontal:hover {
transform: translateY(-4px); transform: translateY(-4px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15); box-shadow: 0 4px 12px rgba(0,0,0,0.15);
} }
.custom-card img { .custom-card-horizontal img {
width: 100%; width: 48px;
max-width: 160px; /* kleinere Bildbreite */ height: 48px;
height: auto;
margin: 16px auto 0 auto; /* zentriert mit Abstand nach oben */
object-fit: contain; object-fit: contain;
border-radius: 12px; /* für leicht abgerundete Ecken */ margin-right: 16px;
} flex-shrink: 0;
.custom-card-info {
padding: 16px;
} }
.custom-card-info h4 { .custom-card-info h4 {
margin: 0 0 8px 0; margin: 0 0 4px 0;
font-size: 1.1rem; font-size: 1.05rem;
} }
.custom-card-info p { .custom-card-info p {
......
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