diff --git a/truthseeker/static/css/game_ui_game.css b/truthseeker/static/css/game_ui_game.css index 844da78..3441daf 100644 --- a/truthseeker/static/css/game_ui_game.css +++ b/truthseeker/static/css/game_ui_game.css @@ -226,10 +226,20 @@ html { text-transform: none; } +.questions_and_image { + align-content: center; + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; +} + .questions_list { - align-items: flex-end; + align-content: center; + align-items: normal; display: flex; flex-direction: column; + justify-content: center; } /* Results and scores */ diff --git a/truthseeker/templates/game.html b/truthseeker/templates/game.html index 4b8b786..2d0eac5 100644 --- a/truthseeker/templates/game.html +++ b/truthseeker/templates/game.html @@ -66,18 +66,21 @@