Skip to content

Commit 4080531

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

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

_includes/archive-single.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,11 @@
1212
{% assign title = post.title %}
1313
{% endif %}
1414

15-
.paper-card {
16-
display: inline-block; /* so scale behaves nicely */
17-
transform: scale(1.5); /* 150% of original size */
18-
transform-origin: top left; /* grow down/right from top-left */
19-
margin-bottom: 2.5rem; /* extra space between big cards */
20-
}
21-
2215
<head>
2316
<style>
2417
/* === Card for one publication === */
2518
.paper-row {
2619
display: inline-block;
27-
transform: scale(1.5);
28-
transform-origin: top left;
2920
align-items: center;
3021
gap: 2.8rem; /* space between image & text */
3122
padding: 1.6rem 1.8rem; /* makes the whole box larger */

0 commit comments

Comments
 (0)