Skip to content

Commit 53f4c4c

Browse files
garlofffkr
authored andcommitted
New columns (div) for additionals links.
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 359af90 commit 53f4c4c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_includes/news/conferences.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ <h5 style="font-size:.875em">{{item.event}}</h5>
1515
{% endif %}
1616
{% if item.details %}<p class="mb-1 small fw-light">— {{item.details}}</p>{% endif %}
1717
</div>
18-
<div class="d-flex w-25 flex-column justify-content-start text-end position-relative">
18+
<div class="d-flex w-20 flex-column justify-content-start text-end position-relative">
1919
<small>{% include date.html date=item.date %}</small>
2020
{% if item.slides %}
2121
<a class="mt-1 text-decoration-none text-secondary stretched-link" href="{% asset '{{item.slides}}' @path %}" target="_blank">
2222
<i class="fa fa-download my-auto"></i> <small>{% t news.conference.slides %}</small>
23-
</a><br/>
23+
</a>
2424
{% endif %}
2525
{% if item.links %}
2626
{% for link in item.links %}
27-
<a class="mt-1 text-decoration-none text-secondary stretched-link" href="{link}" target="_blank">
28-
<i class="fa fa-link my-auto"></i> </a>
27+
<div class="d-flex w-5 flex-column justify-content-start text-end position-relative">
28+
<a class="mt-1 text-decoration-none text-secondary stretched-link" href="{{link}}" target="_blank">
29+
<i class="fa fa-link my-auto"></i></a>
30+
</div>
2931
{% endfor %}
3032
{% endif %}
3133
</div>

0 commit comments

Comments
 (0)