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 07d0fc2 commit 9c4b348Copy full SHA for 9c4b348
src/css/body.css
@@ -59,6 +59,6 @@ aside.toc.sidebar {
59
60
@media screen and (max-width: 767px) {
61
div.body {
62
- margin-top: 3.9rem;
+ margin-top: 4.2rem;
63
}
64
src/partials/main.hbs
@@ -16,7 +16,7 @@
16
{{/with}}
17
{{/unless}}
18
<div class="article-header">
19
-{{> nav-control}}
+{{!-- {{> nav-control}} --}}
20
{{> crumbs}}
21
</div>
22
{{> article}}
0 commit comments