diff --git a/home/static/home/css/base.css b/home/static/home/css/base.css index f100914..b14dcab 100755 --- a/home/static/home/css/base.css +++ b/home/static/home/css/base.css @@ -3,7 +3,17 @@ body { } #main { - width: 95%; + width: 100%; +} + +.sidebar-left { + padding-left: 3px; + padding-right: 0px; +} + +.sidebar-right { + padding-left: 0px; + padding-right: 3px; } .navbar { diff --git a/home/templates/home/base.html b/home/templates/home/base.html index d0e9fc4..caebb16 100755 --- a/home/templates/home/base.html +++ b/home/templates/home/base.html @@ -38,11 +38,11 @@ {% include 'navbar.html' %} -
+
{% block layout %}{% endblock %}
-
+