Standardise experience item classes
This commit is contained in:
parent
27902e3974
commit
fe415f0619
7 changed files with 34 additions and 37 deletions
|
@ -1,3 +1,5 @@
|
|||
<div class="experience__description">
|
||||
{{ experience.description|markdown }}
|
||||
</div>
|
||||
{% if experience.description %}
|
||||
<div class="experience-item-description">
|
||||
{{ experience.description|markdown }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue