Skip to content

Commit 9bb41f3

Browse files
committed
Fixed publications button height
1 parent bb622b0 commit 9bb41f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/publist.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
</summary>
2020
<blockquote>
2121
{% if pub.paper_link %}
22-
<a href="{{ pub.paper_link }}" class="button is-primary" style="height: 24px">Download {% if pub.is_thesis == true %}Thesis{% else %}Paper{% endif %}</a>
22+
<a href="{{ pub.paper_link }}" class="button is-primary" style="box-sizing: border-box">Download {% if pub.is_thesis == true %}Thesis{% else %}Paper{% endif %}</a>
2323
{% endif %}
2424
{% if pub.slide_link %}
25-
<a href="{{ pub.slide_link }}" class="button is-primary" style="height: 24px">Download Slides</a>
25+
<a href="{{ pub.slide_link }}" class="button is-primary" style="box-sizing: border-box">Download Slides</a>
2626
{% endif %}
2727
{% if pub.abstract %}
2828
<p class="title is-5 pt-5">Abstract</p>

0 commit comments

Comments
 (0)