From 4a222c33ca34cd8e0753216d188a2971c04f0a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 15 Jun 2020 12:20:01 +0200 Subject: [PATCH] stats layout --- sdbs_infra/dashboard/static/main.css | 6 ++++-- sdbs_infra/dashboard/templates/index.html | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sdbs_infra/dashboard/static/main.css b/sdbs_infra/dashboard/static/main.css index b661e4f..e86d8cf 100644 --- a/sdbs_infra/dashboard/static/main.css +++ b/sdbs_infra/dashboard/static/main.css @@ -33,6 +33,7 @@ main { display: flex; flex-wrap: wrap; justify-content: center; + margin-bottom: -1rem; } .service { @@ -103,11 +104,12 @@ main { color: darkred; } -footer { +.stats { text-align: justify; + padding: 1.5rem 0; } -footer em { +.stats em { font-style: normal; font-weight: bold; } \ No newline at end of file diff --git a/sdbs_infra/dashboard/templates/index.html b/sdbs_infra/dashboard/templates/index.html index 13861ff..3da3981 100644 --- a/sdbs_infra/dashboard/templates/index.html +++ b/sdbs_infra/dashboard/templates/index.html @@ -32,8 +32,8 @@ {% endfor %} - + \ No newline at end of file