Skip to content

Commit

Permalink
change to heading
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjester committed Mar 18, 2024
1 parent 3f7b470 commit 61235d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-flip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ <H5><p id = "question-back"> </p></H5>
if (multipleChoice) {
document.getElementById("A").innerHTML = questionRow.A;
} else {
document.getElementById("A").innerHTML = "<span font-size: 400%; display: block; text-align: center;\">" + questionRow.A + "<\/span>";
document.getElementById("A").innerHTML = "<h1>" + questionRow.A + "<\/h1>";
}
}
if (questionRow.hasOwnProperty("B")) {
Expand Down

0 comments on commit 61235d9

Please sign in to comment.