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 368997e commit 8a5d41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const questions = [
const container = document.createElement("div");
container.id = "questionnaire";
container.style.position = "absolute";
container.style.top = "50%";
container.style.left = "50%";
container.style.top = "10%";
container.style.left = "80%";
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 8a5d41d

Please sign in to comment.