From 278259883ac560b6ae2607334dc5fde73f6b4ff2 Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Thu, 17 Apr 2025 19:36:45 +0200 Subject: [PATCH] style change --- application/dash/templates/dashboard.html | 2 +- application/static/style.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html index 249266e..62ad88c 100644 --- a/application/dash/templates/dashboard.html +++ b/application/dash/templates/dashboard.html @@ -7,7 +7,7 @@ {% for service in services%}
-
+
{{service["name"]}}
diff --git a/application/static/style.css b/application/static/style.css index d03e0e1..96d802b 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -40,9 +40,7 @@ body { font-weight: normal; } -.name { - margin-left: 60px; -} + /* Login page */ .form {