Solved declaration tag <p> text-muted career.html, change to <div> container

This commit is contained in:
Jorge Arias 2015-09-26 19:23:04 -03:00
parent abffa0ebe6
commit 3d8acff8d4

View file

@ -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>