Improve appearance of featured projects

This commit is contained in:
Drew DeVault 2020-04-30 09:42:52 -04:00
parent b90812f934
commit 08620422f2
1 changed files with 8 additions and 6 deletions

View File

@ -77,12 +77,14 @@
<h3>Featured projects</h3>
<div class="event-list">
{% for feature in features %}
<span class="text-muted"
>{{feature.project.owner.canonical_name}}/</span><a
href="{{url_for("projects.summary_GET",
owner=feature.project.owner.canonical_name,
project_name=feature.project.name)}}"
>{{feature.project.name}}</a>
<h5>
<span class="text-muted"
>{{feature.project.owner.canonical_name}}/</span><a
href="{{url_for("projects.summary_GET",
owner=feature.project.owner.canonical_name,
project_name=feature.project.name)}}"
>{{feature.project.name}}</a>
</h5>
<blockquote style="margin-top: 0.5rem">
{{feature.summary | md}}
</blockquote>