Solved declaration tag <p> text-muted career.html, change to <div> container
This commit is contained in:
parent
abffa0ebe6
commit
3d8acff8d4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<h4>{{ event.date }}</h4>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
<p class="text-muted">{{ event.description | markdownify }}<!-- </p> -->
|
||||
<div class="text-muted">{{ event.description | markdownify }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue