Skip to content

Commit db98138

Browse files
authored
light design fix (#18)
1 parent 0d8c08e commit db98138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/project/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="p-3 col align-self-stretch">
1515
<div class="border h-100 project-item project-{{ state }} border-{{ state }} position-relative rounded-3">
1616
<a class="btn h-100 w-100 align-middle d-flex flex-column" href="{{ path('project_show', {'id': project.id}) }}">
17-
<h2 class="flex-grow-1">{{ project.name }}</h2>
17+
<h2 class="flex-grow-1 fs-4">{{ project.name }}</h2>
1818
<p>{{ project.lastAnalyse ? project.lastAnalyse.date|date('d M Y - H:i') : 'No analyse available' }}</p>
1919
</a>
2020
{% if is_granted('PROJECT_EDIT', project) %}

0 commit comments

Comments
 (0)