Skip to content

Commit

Permalink
Info was improved
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmendozaospina committed Dec 6, 2024
1 parent 96d37f2 commit 93f8de3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function getWordToType() {
const wordToShow = wordBank[wordToTypeIndex];

if (wordToShow.length > 9) {
outputObj.style.fontSize = '75px';
outputObj.style.fontSize = '77px';
} else {
outputObj.style.fontSize = '90px';
}
Expand Down
Binary file modified assets/video/info.mp4
Binary file not shown.

0 comments on commit 93f8de3

Please sign in to comment.