update content

master
michael 2022-10-31 21:01:37 -07:00
parent 8a364b81e6
commit 481de4dfb1
2 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,11 @@ html {
margin-left: 3rem;
}
.content {
display: flex;
margin: 0rem 1rem;
}
.form {
display: flex;
flex-direction: column;

View File

@ -12,7 +12,9 @@
</div>
</div>
<br>
<div class="content">
{% block content required %}
{% endblock %}
</div>
<br><br><br>
</body>