We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116f634 commit d8a16ccCopy full SHA for d8a16cc
templates/index.html.jinja
@@ -5,7 +5,7 @@
5
<div class="row">
6
{% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %}
7
<div class="col-12 col-sm-6 col-md-4 d-flex">
8
- <div class="card mb-3 w-100">
+ <div class="card shadow mb-3 w-100">
9
<div class="card-body">
10
<h5 class="card-subtitle text-muted">{{ project.translated_name }}</h5>
11
<h4 class="card-title">{{ project.language.name }} ({{ project.language.code }})</h4>
0 commit comments