use clearfix feature from bootstrap

This commit is contained in:
nemunaire 2018-12-05 07:42:57 +01:00
commit c02b30409b
4 changed files with 7 additions and 9 deletions

View file

@ -18,11 +18,11 @@
<div class="card niceborder excard" ng-repeat="(k,theme) in themes">
<div class="card-img-top theme-card" ng-show="theme.image" style="background-image: url({{ theme.image }})"></div>
<div class="card-body">
<h5 class="card-title">
<h5 class="card-title clearfix">
<a ng-href="/{{ theme.urlid }}">{{ theme.name }}</a>
<a ng-href="/tags/{{tag}}" class="badge badge-pill badge-secondary ml-1 float-right">#tag</a>
</h5>
<p style="clear: both" class="card-text text-justify" ng-bind-html="theme.headline"></p>
<p class="card-text text-justify" ng-bind-html="theme.headline"></p>
</div>
</div>
</div>