Skip to content

Commit

Permalink
Fix standalone layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzhelnov committed Jun 10, 2022
1 parent 2eab5c8 commit 081b2f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions _layouts/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
{% include nav.html %}
<h1>{{ page.title }}</h1>
<section>
{{ content }}
</section>
<div class="container"></div>
<section>
{{ content }}
</section>
</div>
{% include footer.html %}
{% include js.html %}
</body>
Expand Down
6 changes: 5 additions & 1 deletion _layouts/style.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{% include css/bootstrap.min.css %}
{% include css/grayscale.css %}
{% include css/grayscale.css %}

section img {
width: 100%;
}

0 comments on commit 081b2f5

Please sign in to comment.