Skip to content

Commit f501b2f

Browse files
authored
Update archive-single.html
1 parent 4080531 commit f501b2f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_includes/archive-single.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@
1515
<head>
1616
<style>
1717
/* === Card for one publication === */
18+
.paper-card {
19+
display: inline-block; /* so scale behaves nicely */
20+
transform: scale(1.5); /* 150% of original size */
21+
transform-origin: top left; /* grow down/right from top-left */
22+
margin-bottom: 2.5rem; /* extra space between big cards */
23+
}
24+
1825
.paper-row {
19-
display: inline-block;
26+
display: flex;
2027
align-items: center;
2128
gap: 2.8rem; /* space between image & text */
2229
padding: 1.6rem 1.8rem; /* makes the whole box larger */

0 commit comments

Comments
 (0)