We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86f8b commit 4080531Copy full SHA for 4080531
_includes/archive-single.html
@@ -12,20 +12,11 @@
12
{% assign title = post.title %}
13
{% endif %}
14
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
-
22
<head>
23
<style>
24
/* === Card for one publication === */
25
.paper-row {
26
display: inline-block;
27
- transform: scale(1.5);
28
- transform-origin: top left;
29
align-items: center;
30
gap: 2.8rem; /* space between image & text */
31
padding: 1.6rem 1.8rem; /* makes the whole box larger */
0 commit comments