From f3832c1db9360e622cc97a420c89a2e533cddb49 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Sat, 7 Oct 2017 17:06:55 +0530 Subject: [PATCH] content-dashboard removed for unregistered pages --- hosting/static/hosting/css/commons.css | 2 +- hosting/templates/hosting/base_short.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 %}