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 403fc18 commit 55007faCopy full SHA for 55007fa
_includes/archive-single.html
@@ -26,7 +26,7 @@
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 */
+ padding: 0.3rem 1.8rem 0.3rem; /* top | left/right | bottom */
30
margin-bottom: 1.8rem; /* space between entries */
31
border-radius: 12px;
32
background: #ffffff;
@@ -42,6 +42,10 @@
42
flex: 1 1 auto; /* text takes the remaining width */
43
}
44
45
+ .papertext h2 {
46
+ margin-top: 0.2rem; /* or 0 if you want it really tight */
47
+ }
48
+
49
/* ==== image card + banner ==== */
50
.venue-wrapper {
51
position: relative;
0 commit comments