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 42b12a6 commit ce914baCopy full SHA for ce914ba
src/_layouts/default.html
@@ -55,11 +55,11 @@
55
</div>
56
</nav>
57
58
- <div class="col-12 col-md-3 col-xl-2 toc-content-sticky">
+ <div class="col-12 col-md-2 col-xl-2 toc-content-sticky">
59
<div class="toc-content">{% toc %}</div>
60
61
62
- <main role="main" class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-4">
+ <main role="main" class="col-12 col-md-7 col-xl-8 py-md-3 pl-md-4">
63
{{ content }}
64
<footer class="site-footer">
65
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
0 commit comments