diff --git a/static/css/base.css b/static/css/base.css index 01be867..3b3aa3a 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -24,6 +24,3 @@ footer { width: 100%; } -body { - width: 100%; -} diff --git a/templates/base.html.tera b/templates/base.html.tera index 76bc4fe..225f692 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -68,8 +68,10 @@
- {% block body %}{% endblock body %} + {% block body %}{% endblock body %}
+ +