diff --git a/hosting/static/hosting/css/commons.css b/hosting/static/hosting/css/commons.css index 2fb9a94e..5008aeda 100644 --- a/hosting/static/hosting/css/commons.css +++ b/hosting/static/hosting/css/commons.css @@ -18,7 +18,7 @@ } .content-dashboard{ - min-height: calc(100vh - 60px); + min-height: calc(100vh - 180px); width: 80%; margin: 0 auto; max-width: 1120px; diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index 1d58bd3b..613d67a9 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -54,8 +54,7 @@ {% include "hosting/includes/_navbar_user.html" %} {% endblock navbar %} - -
+
{% block content %} {% endblock %}