Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 committed Oct 15, 2024
1 parent d4b0582 commit 822e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/widgets/publication_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5 class="mt-0 mb-1 font-weight-normal">{{ item.title }}</h5>

<div class="row no-gutters d-md-none {% unless include.hide_bottom_border %}border-bottom{% endunless %} border-gray {% if include.first %}rounded-top{% endif %} {% if include.last %}rounded-bottom{% endif %} {% if item.cover %}lazy{% endif %}" data-src="{{ item.cover | relative_url }}">
<div style="background-color: rgba(255,255,255,0.9);">
<div class="d-flex align-items-start flex-column py-3 px-4">
<div class="w-100" class="d-flex align-items-start flex-column py-3 px-4">
<div class="mb-auto"></div>
<div>
<h5 class="mt-0 mb-1 font-weight-normal">{{ item.title }}</h5>
Expand Down

0 comments on commit 822e64e

Please sign in to comment.