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 7fa6824 commit be2b2adCopy full SHA for be2b2ad
_includes/archive-single.html
@@ -15,7 +15,7 @@
15
<head>
16
<style>
17
.papertable {
18
- width:100%;
+ width:150%;
19
border:none;
20
border-spacing:0;
21
border-collapse:collapse;
@@ -28,14 +28,14 @@
28
29
.paperimage {
30
31
- width:38%; /* wider image column */
+ width:60%; /* wider image column */
32
max-width:360px;
33
- padding-right:2.2rem; /* space between image & text */
+ padding-right:8rem; /* space between image & text */
34
vertical-align:middle; /* center image vs text block */
35
}
36
37
.papertext {
38
- width:62%;
+ width:40%;
39
vertical-align:middle;
40
41
padding-bottom:0;
0 commit comments