File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments