From 8a5d41dc6c683aaaec275d728222e347b1a92e92 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:22:27 +0100 Subject: [PATCH] Update characterCreator.js --- js/characterCreator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/characterCreator.js b/js/characterCreator.js index b5afc716..afc574b1 100644 --- a/js/characterCreator.js +++ b/js/characterCreator.js @@ -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";