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 b8d7024 commit 7027584
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 @@ -41,7 +41,7 @@ container.style.left = "90%";
container.style.fontsize = "15";
container.style.transform = "translate(-20%, -20%)";
container.style.backgroundColor = "rgba(0, 0, 0, 0.9)";
comtainer.style.alignitems = "flex-start";
comtainer.style.alignItems = "flex-start";
container.style.color = "White";
container.style.padding = "60px";
container.style.borderRadius = "10px";
Expand Down

0 comments on commit 7027584

Please sign in to comment.