Skip to content

Commit

Permalink
Fixes #10, wrong dot position
Browse files Browse the repository at this point in the history
Signed-off-by: Iván Cea Fontenla <ivancea96@outlook.com>
  • Loading branch information
ivancea committed Jun 2, 2023
1 parent f92e9a5 commit 1f0bcbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sass/right-column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
background-color: $color;
position: relative;
top: 2.5em;
left: -2.6em;
left: -2.57em;
}

.right-column__job-organization {
Expand Down Expand Up @@ -108,7 +108,7 @@
background-color: $color;
position: relative;
top: 2.5em;
left: -2.6em;
left: -2.57em;
}

.right-column__study-institution {
Expand Down Expand Up @@ -170,7 +170,7 @@
background-color: $color;
position: relative;
top: 2.5em;
left: -2.6em;
left: -2.57em;
}

.right-column__project-title {
Expand Down Expand Up @@ -237,7 +237,7 @@
background-color: $color;
position: relative;
top: 2.5em;
left: -2.6em;
left: -2.57em;
}

.right-column__highlight-title {
Expand Down

0 comments on commit 1f0bcbf

Please sign in to comment.