diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html
index da857fe..d2db2da 100644
--- a/application/dash/templates/dashboard.html
+++ b/application/dash/templates/dashboard.html
@@ -6,34 +6,37 @@
{% for service in services%}
-
- Name: {{service["name"]}}
- URL: {{service["url"]}}
+
+
+

+
+
+
+
+ {{service["name"]}}
+
+
+
+
+
+
+
+
+ {{service["url"]}}
+
+
+
-
-
-
-
-
{% endfor %}
diff --git a/application/static/style.css b/application/static/style.css
index 6edad1e..87e882e 100644
--- a/application/static/style.css
+++ b/application/static/style.css
@@ -15,7 +15,6 @@ body {
}
.grid-container > div {
- text-align: center;
height: fit-content;
width: 400px;
padding-top: 5px;
@@ -24,8 +23,10 @@ body {
border-radius: 10px;
}
-.dots {
- margin-left: 90%;
+.fit-picture {
+ width: 50px;
+ padding-top: 5px;
+ padding-bottom: 5px;
}
/* Login page */