From 9c12f46ec1aab415ac0a2cf537f55a41b9e18c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 5 Oct 2021 23:38:00 +0200 Subject: [PATCH] css fixes --- sdbs_infra/dashboard/static/main.css | 3 ++- sdbs_infra/dashboard/templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sdbs_infra/dashboard/static/main.css b/sdbs_infra/dashboard/static/main.css index 2aab2b1..828fbfb 100644 --- a/sdbs_infra/dashboard/static/main.css +++ b/sdbs_infra/dashboard/static/main.css @@ -137,7 +137,8 @@ h2 { } .stats { - text-align: justify; + display: block; + text-align: center; padding: 1.5rem 0; } diff --git a/sdbs_infra/dashboard/templates/index.html b/sdbs_infra/dashboard/templates/index.html index 3ad62bc..1fe23e7 100644 --- a/sdbs_infra/dashboard/templates/index.html +++ b/sdbs_infra/dashboard/templates/index.html @@ -60,7 +60,7 @@

machines

- VPS STATS — {{ vps_stats|safe }} + VPS STATS
{{ vps_stats|safe }}
{% for machine in machines %} {% if machine.url %} @@ -117,4 +117,4 @@
{% endif %} - \ No newline at end of file +