Skip to content

Commit 9c4b348

Browse files
committed
fix responsive issues
1 parent 07d0fc2 commit 9c4b348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/body.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ aside.toc.sidebar {
5959

6060
@media screen and (max-width: 767px) {
6161
div.body {
62-
margin-top: 3.9rem;
62+
margin-top: 4.2rem;
6363
}
6464
}

src/partials/main.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{/with}}
1717
{{/unless}}
1818
<div class="article-header">
19-
{{> nav-control}}
19+
{{!-- {{> nav-control}} --}}
2020
{{> crumbs}}
2121
</div>
2222
{{> article}}

0 commit comments

Comments
 (0)