diff --git a/static/app.css b/static/app.css index 2105474..b455c72 100644 --- a/static/app.css +++ b/static/app.css @@ -28,6 +28,11 @@ html { margin-left: 3rem; } +.content { + display: flex; + margin: 0rem 1rem; +} + .form { display: flex; flex-direction: column; diff --git a/templates/base.html b/templates/base.html index ffa751e..24a1a0b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,9 @@
+
{% block content required %} {% endblock %} +