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 0ca03a6 commit d8aba27
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 @@ -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";
Expand Down

0 comments on commit d8aba27

Please sign in to comment.