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 a03546c commit 6f3c930Copy full SHA for 6f3c930
_includes/archive-single.html
@@ -12,6 +12,32 @@
12
{% assign title = post.title %}
13
{% endif %}
14
15
+<head>
16
+ <style>
17
+ .papertable {
18
+ width:180%;
19
+ border:none;
20
+ border-spacing:0px;
21
+ border-collapse:separate;
22
+ margin-right:auto;
23
+ margin-left:auto;
24
+ margin-bottom:0em;
25
+ }
26
+ .paperimage {
27
+ padding-right:2.5%;
28
+ width:30%;
29
+ max-width:20%;
30
31
32
+ .papertext {
33
+ width:80%;
34
+ vertical-align:middle;
35
36
+ padding-bottom:0%;
37
38
+ </style>
39
+</head>
40
+
41
<div class="{{ include.type | default: "list" }}__item">
42
<article>
43
<!-- paper table -->
0 commit comments