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 4080531 commit f501b2fCopy full SHA for f501b2f
_includes/archive-single.html
@@ -15,8 +15,15 @@
15
<head>
16
<style>
17
/* === 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
+
25
.paper-row {
- display: inline-block;
26
+ display: flex;
27
align-items: center;
28
gap: 2.8rem; /* space between image & text */
29
padding: 1.6rem 1.8rem; /* makes the whole box larger */
0 commit comments