From 7f77dcdd022832667249d407d547ecb45852ab64 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 12 Feb 2024 21:44:40 +0000 Subject: [PATCH] CHORE: Updated styling on stats page and fixed test failure --- controllers/web/admin.py | 2 +- static/css/loginform.css | 1 + templates/stats.html | 15 +++++---------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/controllers/web/admin.py b/controllers/web/admin.py index 1e80488..6091a02 100644 --- a/controllers/web/admin.py +++ b/controllers/web/admin.py @@ -18,4 +18,4 @@ def main_admin(): @blueprint.route('/users/') def admin_users(): """ Endpoint responsible for managing a users permissions """ - return "Hello, Worlds" \ No newline at end of file + return "Hello, Worlds" diff --git a/static/css/loginform.css b/static/css/loginform.css index 4be7524..deeff3c 100644 --- a/static/css/loginform.css +++ b/static/css/loginform.css @@ -24,6 +24,7 @@ h2 { .input-form-row { display: flex; flex-direction: row; + justify-content: space-evenly; gap: 1em 1em; } diff --git a/templates/stats.html b/templates/stats.html index 590c5ec..42a5a9a 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -6,16 +6,11 @@

-
-
- -
- -
- - -
-
+

Age: {{data['age']}}