Skip to content

Commit

Permalink
Update characterCreator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 58588de commit 9b86942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ container.id = "questionnaire";
container.style.position = "absolute";
container.style.top = "70%";
container.style.left = "70%";
container.dtyle.fontSize: 15;
container.dtyle.fontSize = "15px";
container.style.transform = "translate(-50%, -50%)";
container.style.backgroundColor = "rgba(0, 0, 0, 0.8)";
container.style.color = "White";
Expand Down

0 comments on commit 9b86942

Please sign in to comment.