Removed use of center tag.

This commit is contained in:
Ajay Ramachandran
2019-12-30 14:44:03 -05:00
parent fcb6ed7676
commit b3361a473c
3 changed files with 38 additions and 35 deletions

View File

@@ -46,7 +46,7 @@ async function init() {
await wait(() => checksLeft == 0, 1000, 50);
optionsContainer.style.display = "inherit";
optionsContainer.classList.remove("hidden");
optionsContainer.classList.add("animated");
}