Add space above the About Me block
This commit is contained in:
parent
175f9c4853
commit
be9aaeafb7
|
@ -1,9 +1,13 @@
|
||||||
{% extends 'base' %}
|
{% extends 'base' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
|
<div class="space-y-10">
|
||||||
|
<div>
|
||||||
<div class="markdown">
|
<div class="markdown">
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% include 'about-author' %}
|
{% include 'about-author' %}
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{% extends 'base' %}
|
{% extends 'base' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
|
<div class="space-y-10">
|
||||||
<div class="space-y-6">
|
<div class="space-y-6">
|
||||||
<div class="markdown">
|
<div class="markdown">
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
@ -20,4 +21,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'about-author' %}
|
{% include 'about-author' %}
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h2>About Me</h2>
|
<h2>About Me</h2>
|
||||||
|
|
||||||
<div class="flex space-x-4">
|
<div class="flex mt-4 space-x-4">
|
||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<img src="/sites/default/files/images/me-precedent.jpg" alt="Picture of Oliver" class="w-16 h-16 border rounded-full border-gray">
|
<img src="/sites/default/files/images/me-precedent.jpg" alt="Picture of Oliver" class="w-16 h-16 border rounded-full border-gray">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue