Skip to content

Commit 7fa6824

Browse files
authored
Update archive-single.html
1 parent 105b619 commit 7fa6824

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

_includes/archive-single.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@
1919
border:none;
2020
border-spacing:0;
2121
border-collapse:collapse;
22-
margin:0 auto 0.75rem auto;
22+
margin:0 auto 1.2rem auto; /* small gap between entries */
2323
}
2424

2525
.papertable td {
26-
padding:0; /* kill default cell padding */
26+
padding:0;
2727
}
2828

2929
.paperimage {
30-
padding-right:1.5rem;
3130
border:none;
32-
width:30%; /* smaller image column */
33-
max-width:260px;
34-
vertical-align:middle;
31+
width:38%; /* wider image column */
32+
max-width:360px;
33+
padding-right:2.2rem; /* space between image & text */
34+
vertical-align:middle; /* center image vs text block */
3535
}
3636

3737
.papertext {
38-
width:70%;
39-
vertical-align:middle; /* center text vs image */
38+
width:62%;
39+
vertical-align:middle;
4040
border:none;
4141
padding-bottom:0;
4242
}
4343

4444
/* ==== image card + banner ==== */
4545
.venue-wrapper {
4646
position: relative;
47-
display: inline-block;
47+
display: block;
4848
border-radius: 6px;
4949
overflow: hidden;
5050
box-shadow: 0 6px 16px rgba(0,0,0,0.18);
@@ -53,9 +53,8 @@
5353

5454
.venue-wrapper img {
5555
display: block;
56-
width: 260px;
57-
max-width: 100%;
58-
height: auto;
56+
width:100%; /* make image fill its column */
57+
height:auto;
5958
}
6059

6160
.venue-banner {

0 commit comments

Comments
 (0)