Skip to content

Commit a364cb0

Browse files
committed
Make the paragraph content more narrow.
1 parent 6ca569c commit a364cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h4 class="title is-4">Table of contents</h4>
1414
{{ .TableOfContents }}
1515
</div>
16-
<div class="column">
16+
<div class="column is-half">
1717
{{ .Content }}
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)