Add space above the About Me block

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 175f9c4853
commit be9aaeafb7
3 changed files with 27 additions and 21 deletions

View file

@ -1,9 +1,13 @@
{% extends 'base' %}
{% block content_wrapper %}
<div class="markdown">
{{ parent() }}
</div>
<div class="space-y-10">
<div>
<div class="markdown">
{{ parent() }}
</div>
</div>
{% include 'about-author' %}
{% include 'about-author' %}
</div>
{% endblock %}