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