From 0edc4ec77b592fdc9da8c93cb2d38f2aba37dcfa Mon Sep 17 00:00:00 2001 From: Mostafa Mohab El Rafey Date: Wed, 2 Oct 2024 21:16:30 +0300 Subject: [PATCH] Update index.css --- index.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.css b/index.css index 572b09f..89e1d06 100644 --- a/index.css +++ b/index.css @@ -117,9 +117,6 @@ h4:had(>button.accordion){ /* Timeline styling (for Experience section) */ .timeline { position: relative; - max-width: 1200px; - /* Adjust as needed */ - margin: 0 auto; } .timeline::after { @@ -139,11 +136,8 @@ h4:had(>button.accordion){ .timeline-icon { position: absolute; top: 0; - left: 50%; - transform: translateX(-50%); width: 20px; height: 20px; - border-radius: 50%; background-color: #007bff; /* Example icon color */ }