Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafamohab authored Oct 2, 2024
1 parent 2f58655 commit 0edc4ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 */
}
Expand Down

0 comments on commit 0edc4ec

Please sign in to comment.