We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb622b0 commit 9bb41f3Copy full SHA for 9bb41f3
_includes/publist.html
@@ -19,10 +19,10 @@
19
</summary>
20
<blockquote>
21
{% 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>
+ <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>
23
{% endif %}
24
{% if pub.slide_link %}
25
- <a href="{{ pub.slide_link }}" class="button is-primary" style="height: 24px">Download Slides</a>
+ <a href="{{ pub.slide_link }}" class="button is-primary" style="box-sizing: border-box">Download Slides</a>
26
27
{% if pub.abstract %}
28
<p class="title is-5 pt-5">Abstract</p>
0 commit comments