Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sgone01 authored Feb 3, 2024
1 parent ef2a2c8 commit 8c34ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
let currentNoWidth = parseFloat(getComputedStyle(noBtn).width);
let currentNoHeight = parseFloat(getComputedStyle(noBtn).height);

let newYesSize = currentYesSize + 18;
let newYesSize = currentYesSize + 24;
let newNoWidth = currentNoWidth - 14;
let newNoHeight = currentNoHeight - 14;
let noButtonFontSize = (currentNoWidth / currentNoHeight) + 6
Expand Down

0 comments on commit 8c34ab1

Please sign in to comment.