Skip to content

Commit 10796b8

Browse files
authored
Update archive-single.html
1 parent 486c108 commit 10796b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/archive-single.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
border:none;
3030
/* make image column a bit wider */
3131
width:50%;
32-
max-width:280px;
32+
max-width:50%;
3333
vertical-align:top;
3434
}
3535

3636
.papertext {
37-
width:80%;
37+
width:50%;
3838
vertical-align:middle;
3939
border:none;
4040
padding-bottom:0%;
@@ -87,7 +87,7 @@
8787
<td class="papertext">
8888
<h2>{{ title }}</h2>
8989
<p>{{ post.authors }}</p>
90-
<p><!-- TL;DR: --> {{ post.tldr }}</p>
90+
<p><strong>TL;DR:</strong> {{ post.tldr }}</p>
9191
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
9292
<p><a href="{{ post.paperurl }}">[Paper]</a> |
9393
<a href="{{ post.codeurl }}">[Code]</a> |

0 commit comments

Comments
 (0)