Update index.html

This commit is contained in:
iris1801
2025-09-07 22:26:28 +02:00
committed by GitHub
parent bfd1d704af
commit 3074520023

View File

@@ -61,17 +61,7 @@
min-height: 200px;
}
.timeline::before {
content: '';
position: absolute;
top: 50px;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(to right, #e74c3c, #f39c12, #2ecc71);
border-radius: 2px;
z-index: 1;
}
.milestone {
position: relative;
@@ -268,13 +258,7 @@
align-items: center;
}
.timeline::before {
width: 4px;
height: 100%;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.milestone {
margin: 20px 0;