Skip to content

Commit 55007fa

Browse files
authored
Update archive-single.html
1 parent 403fc18 commit 55007fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_includes/archive-single.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
display: flex;
2727
align-items: center;
2828
gap: 2.8rem; /* space between image & text */
29-
padding: 1.6rem 1.8rem; /* makes the whole box larger */
29+
padding: 0.3rem 1.8rem 0.3rem; /* top | left/right | bottom */
3030
margin-bottom: 1.8rem; /* space between entries */
3131
border-radius: 12px;
3232
background: #ffffff;
@@ -42,6 +42,10 @@
4242
flex: 1 1 auto; /* text takes the remaining width */
4343
}
4444

45+
.papertext h2 {
46+
margin-top: 0.2rem; /* or 0 if you want it really tight */
47+
}
48+
4549
/* ==== image card + banner ==== */
4650
.venue-wrapper {
4751
position: relative;

0 commit comments

Comments
 (0)