Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
Knight-2025
Commits
4d3496ab
Commit
4d3496ab
authored
May 28, 2025
by
Traboulsi
Browse files
Update public/index.html
parent
9f024a59
Pipeline
#11156
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
4d3496ab
...
...
@@ -83,44 +83,40 @@
.portfolio-info
i
{
font-size
:
1.3rem
;
}
.custom-card-link
{
.custom-card-link
{
text-decoration
:
none
;
color
:
inherit
;
}
.custom-card
{
.custom-card-horizontal
{
display
:
flex
;
align-items
:
center
;
background
:
white
;
border
:
1px
solid
#ddd
;
border-radius
:
12px
;
overflow
:
hidden
;
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
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
.custom-card
:hover
{
.custom-card
-horizontal
:hover
{
transform
:
translateY
(
-4px
);
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.15
);
}
.custom-card
img
{
width
:
100%
;
max-width
:
160px
;
/* kleinere Bildbreite */
height
:
auto
;
margin
:
16px
auto
0
auto
;
/* zentriert mit Abstand nach oben */
.custom-card-horizontal
img
{
width
:
48px
;
height
:
48px
;
object-fit
:
contain
;
border-radius
:
12px
;
/* für leicht abgerundete Ecken */
}
.custom-card-info
{
padding
:
16px
;
margin-right
:
16px
;
flex-shrink
:
0
;
}
.custom-card-info
h4
{
margin
:
0
0
8
px
0
;
font-size
:
1.
1
rem
;
margin
:
0
0
4
px
0
;
font-size
:
1.
05
rem
;
}
.custom-card-info
p
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment