From 1bd17419f06f46ffe2057e566cf2a409a6971761 Mon Sep 17 00:00:00 2001 From: mathiascazals Date: Sat, 14 Jan 2023 20:49:00 +0100 Subject: [PATCH] Add placeholder for image on interrogation view --- truthseeker/static/css/game_ui_game.css | 12 ++++++++++- truthseeker/templates/game.html | 27 ++++++++++++++----------- 2 files changed, 26 insertions(+), 13 deletions(-) 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 @@