From 8584ee1bfe946badfd04eed69a07d0f7a72bad13 Mon Sep 17 00:00:00 2001 From: Michael Soukup Date: Mon, 10 May 2021 09:55:04 +0200 Subject: [PATCH] Fix styling --- backend/templates/index.html | 20 ++++----- backend/templates/set_surprise.html | 67 ++++++++++++++++++----------- 2 files changed, 52 insertions(+), 35 deletions(-) diff --git a/backend/templates/index.html b/backend/templates/index.html index 0559963..b5aebcd 100644 --- a/backend/templates/index.html +++ b/backend/templates/index.html @@ -14,7 +14,7 @@ flex-direction: column; margin: auto auto; height: 95vh; - width: 90vh; + width: 75vw; } #container div { align-self: center; @@ -28,16 +28,16 @@ - {% with messages = get_flashed_messages() %} - {% if messages %} - - {% endif %} - {% endwith %}
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %}