Skip to content

Commit d8a16cc

Browse files
Add shadow
1 parent 116f634 commit d8a16cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="row">
66
{% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %}
77
<div class="col-12 col-sm-6 col-md-4 d-flex">
8-
<div class="card mb-3 w-100">
8+
<div class="card shadow mb-3 w-100">
99
<div class="card-body">
1010
<h5 class="card-subtitle text-muted">{{ project.translated_name }}</h5>
1111
<h4 class="card-title">{{ project.language.name }} ({{ project.language.code }})</h4>

0 commit comments

Comments
 (0)