Skip to content

Commit

Permalink
fix timeline dots
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Dec 27, 2023
1 parent cfe758f commit 5171910
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,20 @@
}
}

.dot {
height: 25px;
width: 25px;
background-color: #ffffff;
border-radius: 50%;
border: 3px solid #a1a1a1;
display: inline-block;
}

:host ::ng-deep {

.p-timeline-event-separator {
transform: translateY(calc((2.25rem - 1.6rem) / 2));
.dot {
height: 1.6rem;
width: 1.6rem;
background-color: #ffffff;
border-radius: 50%;
border: 3px solid rgba(75,75,75,1);
display: inline-block;
}
}

.p-card-content {
padding: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"heading": "Grundschule",
"subheading": "Berkenschule Holzgerlingen",
"date": "09/2008 – 07/2012",
"content": "In der Grundschule hatte ich zwar noch keine Berührungen mit Informatik oder technischen Themen, doch Mathe hat sich schenll als mein Lieblingsfach herausgestellt."
"content": "In der Grundschule hatte ich zwar noch keine Berührungen mit Informatik oder technischen Themen, doch Mathe hat sich schnell als mein Lieblingsfach herausgestellt."
},
{
"heading": "Allgemeine Hochschulreife",
Expand Down

0 comments on commit 5171910

Please sign in to comment.