Skip to content

Commit 6f3c930

Browse files
authored
Update archive-single.html
1 parent a03546c commit 6f3c930

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

_includes/archive-single.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@
1212
{% assign title = post.title %}
1313
{% endif %}
1414

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+
border:none;
31+
}
32+
.papertext {
33+
width:80%;
34+
vertical-align:middle;
35+
border:none;
36+
padding-bottom:0%;
37+
}
38+
</style>
39+
</head>
40+
1541
<div class="{{ include.type | default: "list" }}__item">
1642
<article>
1743
<!-- paper table -->

0 commit comments

Comments
 (0)