diff --git a/templates/index.html b/templates/index.html index 41738a6..41d9c01 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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;