Skip to content

Commit d83e9a6

Browse files
authored
Update archive-single.html
1 parent 1a482a1 commit d83e9a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/archive-single.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
.paper-row {
2626
display: flex;
2727
align-items: center;
28-
gap: 2.8rem; /* space between image & text */
28+
gap: 1rem; /* space between image & text */
2929
padding: 0.3rem 1.8rem 0.3rem; /* top | left/right | bottom */
3030
margin-bottom: 1.8rem; /* space between entries */
3131
border-radius: 15px;
@@ -34,7 +34,7 @@
3434
}
3535

3636
.paperimage {
37-
flex: 0 0 50%; /* image column gets ~45% width */
37+
flex: 0 0 45%; /* image column gets ~45% width */
3838
max-width: 440px; /* increase max width -> larger image */
3939
}
4040

@@ -44,12 +44,12 @@
4444
}
4545

4646
.papertext h2 {
47-
font-size: 1.3rem;
47+
font-size: 0.9rem;
4848
margin-top: 0.2rem; /* or 0 if you want it really tight */
4949
}
5050

5151
.papertext p a {
52-
font-size: 0.85rem;
52+
font-size: 0.9rem;
5353
}
5454

5555

0 commit comments

Comments
 (0)