Skip to content

Commit 3e6a73a

Browse files
authored
Update archive-single.html
1 parent 6a72759 commit 3e6a73a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_includes/archive-single.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
display: inline-block; /* so scale behaves nicely */
2020
width: 180%;
2121
transform-origin: top left; /* grow down/right from top-left */
22-
margin-bottom: 2.5rem; /* extra space between big cards */
22+
margin-bottom: 0.6rem; /* extra space between big cards */
2323
}
2424

2525
.paper-row {
2626
display: flex;
2727
align-items: center;
2828
gap: 1rem; /* space between image & text */
2929
padding: 0.3rem 1.8rem 0.3rem; /* top | left/right | bottom */
30-
margin-bottom: 1.8rem; /* space between entries */
30+
margin-bottom: 0.2rem; /* space between entries */
3131
border-radius: 15px;
3232
background: #ffffff;
3333
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
3434
}
3535

3636
.paperimage {
37-
flex: 0 0 45%; /* image column gets ~45% width */
37+
flex: 0 0 40%; /* image column gets ~45% width */
3838
max-width: 440px; /* increase max width -> larger image */
3939
}
4040

@@ -44,7 +44,7 @@
4444
}
4545

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

@@ -112,8 +112,8 @@
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 }} </p>
116+
<p><strong>TL;DR:</strong> {{ post.tldr }} </p>
117117
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
118118
<p><a href="{{ post.paperurl }}">[Paper]</a> |
119119
<a href="{{ post.codeurl }}">[Code]</a> |

0 commit comments

Comments
 (0)