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 %}