Fix spacing on experience descriptions
This commit is contained in:
parent
158192a432
commit
03d107af61
|
@ -152,7 +152,7 @@ experiences:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if experience.description %}
|
{% if experience.description %}
|
||||||
<div class="markup">
|
<div class="markup spaced-y-4">
|
||||||
{{ experience.description|markdown }}
|
{{ experience.description|markdown }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Reference in a new issue