Fix some formating issues with pill and text

This commit is contained in:
HackerNCoder 2022-11-19 22:20:07 +00:00
parent 2c38ee9db1
commit d0d86599dd

View file

@ -18,8 +18,8 @@
</div> </div>
<div class="col-md-8" > <div class="col-md-8" >
<div class="card-body h-100 position-relative" > <div class="card-body h-100 position-relative" >
<h3 class="card-title" >{{project.title}}</h3>{% if project.weblate %}<span class="badge bg-success">{{ _("Translated by the Queerscriptors") }}</span>{% endif %} <h3 class="card-title {% if project.weblate %}mb-0{% endif %}" >{{project.title}}</h3>{% if project.weblate %}<span class="badge bg-success mb-2">{{ _("Translated by the Queerscriptors") }}</span>{% endif %}
<p class="card-text" >{{project.body}}</p> {{project.body}}
<div class="position-absolute bottom-0 end-0 mb-2 me-2"> <div class="position-absolute bottom-0 end-0 mb-2 me-2">
<a href="{{project|url}}" class="btn btn-primary btn-sm">{{ _("View") }} <i class="fa fa-angle-right" aria-hidden="true"></i></a> <a href="{{project|url}}" class="btn btn-primary btn-sm">{{ _("View") }} <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div> </div>