Skip to content

Commit be2b2ad

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

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
@@ -15,7 +15,7 @@
1515
<head>
1616
<style>
1717
.papertable {
18-
width:100%;
18+
width:150%;
1919
border:none;
2020
border-spacing:0;
2121
border-collapse:collapse;
@@ -28,14 +28,14 @@
2828

2929
.paperimage {
3030
border:none;
31-
width:38%; /* wider image column */
31+
width:60%; /* wider image column */
3232
max-width:360px;
33-
padding-right:2.2rem; /* space between image & text */
33+
padding-right:8rem; /* space between image & text */
3434
vertical-align:middle; /* center image vs text block */
3535
}
3636

3737
.papertext {
38-
width:62%;
38+
width:40%;
3939
vertical-align:middle;
4040
border:none;
4141
padding-bottom:0;

0 commit comments

Comments
 (0)