Skip to content

Commit 58b398f

Browse files
authored
Update archive-single.html
1 parent 3e6a73a commit 58b398f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_includes/archive-single.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
display: flex;
2727
align-items: center;
2828
gap: 1rem; /* space between image & text */
29-
padding: 0.3rem 1.8rem 0.3rem; /* top | left/right | bottom */
29+
padding: 0.3rem 1rem 0.1rem; /* top | left/right | bottom */
3030
margin-bottom: 0.2rem; /* space between entries */
3131
border-radius: 15px;
3232
background: #ffffff;
@@ -44,7 +44,7 @@
4444
}
4545

4646
.papertext h2 {
47-
font-size: 1.1rem;
47+
font-size: 1rem;
4848
margin-top: 0.2rem; /* or 0 if you want it really tight */
4949
}
5050

@@ -112,19 +112,19 @@
112112

113113
<div class="papertext">
114114
<h2>{{ title }}</h2>
115-
<p>{{ post.authors }} </p>
116-
<p><strong>TL;DR:</strong> {{ post.tldr }} </p>
115+
<p>{{ post.authors }} <br>
116+
<strong>TL;DR:</strong> {{ post.tldr }} <br>
117117
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
118-
<p><a href="{{ post.paperurl }}">[Paper]</a> |
118+
<a href="{{ post.paperurl }}">[Paper]</a> |
119119
<a href="{{ post.codeurl }}">[Code]</a> |
120120
<a href="{{ post.arxivurl }}">[arXiv]</a> |
121121
<a href="{{ post.biburl }}">[BibTeX]</a></p>
122122
{% elsif post.paperurl and post.arxivurl and post.biburl %}
123-
<p><a href="{{ post.paperurl }}">[Paper]</a> |
123+
<a href="{{ post.paperurl }}">[Paper]</a> |
124124
<a href="{{ post.arxivurl }}">[arXiv]</a> |
125125
<a href="{{ post.biburl }}">[BibTeX]</a></p>
126126
{% elsif post.paperurl and post.biburl %}
127-
<p><a href="{{ post.paperurl }}">[Paper]</a> |
127+
<a href="{{ post.paperurl }}">[Paper]</a> |
128128
<a href="{{ post.biburl }}">[BibTeX]</a></p>
129129
{% endif %}
130130
</div>

0 commit comments

Comments
 (0)