Skip to content

Commit 6d15495

Browse files
authored
Update archive-single.html
1 parent 55007fa commit 6d15495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/archive-single.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/* === Card for one publication === */
1818
.paper-card {
1919
display: inline-block; /* so scale behaves nicely */
20-
width: 150%;
20+
width: 180%;
2121
transform-origin: top left; /* grow down/right from top-left */
2222
margin-bottom: 2.5rem; /* extra space between big cards */
2323
}
@@ -28,13 +28,13 @@
2828
gap: 2.8rem; /* space between image & text */
2929
padding: 0.3rem 1.8rem 0.3rem; /* top | left/right | bottom */
3030
margin-bottom: 1.8rem; /* space between entries */
31-
border-radius: 12px;
31+
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 50%; /* image column gets ~45% width */
3838
max-width: 440px; /* increase max width -> larger image */
3939
}
4040

0 commit comments

Comments
 (0)