Skip to content
Snippets Groups Projects
Commit eb231e30 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Align events and news cards design: remove more button + h4 instead of h3 headers

parent 3bd6e9f6
Branches
No related tags found
3 merge requests!203WIP: Test MR,!183Hifis unified step 1b,!177HIFIS unified step 1
......@@ -32,9 +32,9 @@
</div>
{% if event.title %}
<h3 class="card-title">
<h4 class="card-title">
<a href="{{ event.url | relative_url }}">{{ event.title }}</a>
</h3>
</h4>
{% else %}
<!--
WARNING: event has no title defined
......@@ -49,9 +49,6 @@
</p>
{% endif %}
<a href="{{ event.url | relative_url }}" class="btn btn-primary">
<i class="fas fa-info-circle" aria-hidden="true"></i>&nbsp; More
</a>
</div>
</div>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment