Skip to content

Commit

Permalink
fixed tab length
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Kahen committed Mar 9, 2024
1 parent 14bd8f2 commit c65f719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function updateTab(){
GitHub.style.left = .0717 * imgWidth * (8/3) + "px";
Email.style.left = .106 * imgWidth * (8/3) + "px";
document.querySelectorAll('.tab').forEach(element => {
element.style.width = imgWidth * .085 * (8/3) + "px";
element.style.width = imgWidth * .085 + "px";
});

}
Expand Down

0 comments on commit c65f719

Please sign in to comment.