From d8aba276e5b961925e72578cca3010cbb696f9d3 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:24:52 +0100 Subject: [PATCH] Update characterCreator.js --- js/characterCreator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/characterCreator.js b/js/characterCreator.js index 014a7fe2..2f9d555e 100644 --- a/js/characterCreator.js +++ b/js/characterCreator.js @@ -36,7 +36,7 @@ const questions = [ const container = document.createElement("div"); container.id = "questionnaire"; container.style.position = "absolute"; -container.style.top = "5%"; +container.style.top = "1%"; container.style.right = "20px"; // Cambia 'left' a 'right' para posicionarlo a la derecha container.style.fontSize = "15px"; // Corrección de error tipográfico container.style.display = "flex";