Skip to content

Commit 4968c7a

Browse files
committed
margin settings for toc
1 parent db127d7 commit 4968c7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/about.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
<h2 data-toc-skip><%=h t('about.toc') %></h2>
2727
<nav id="toc" data-toggle="toc" class="sticky-top"></nav>
2828
</div>
29-
<%- end -%>
29+
<div class="col-md-10">
30+
<%- else -%>
3031
<div class="col-md">
32+
<%- end -%>
3133
<%- if param[:content] -%>
3234
<%= param[:content] %>
3335
<%- end -%>

0 commit comments

Comments
 (0)