diff --git a/truthseeker/static/css/game_ui_game.css b/truthseeker/static/css/game_ui_game.css index e4b857e..4748702 100644 --- a/truthseeker/static/css/game_ui_game.css +++ b/truthseeker/static/css/game_ui_game.css @@ -243,6 +243,15 @@ html { justify-content: center; } +.question_answer { + align-content: center; + align-items: center; + display: flex; + flex-direction: column; + flex-wrap: wrap; + justify-content: center; +} + /* Results and scores */ .results_title { color: var(--red-color); diff --git a/truthseeker/templates/game.html b/truthseeker/templates/game.html index 476b49d..10d0834 100644 --- a/truthseeker/templates/game.html +++ b/truthseeker/templates/game.html @@ -52,10 +52,10 @@ -
+ +