1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf(layout): improve the min-height of main content (#674)

This commit is contained in:
Cotes Chung
2022-09-28 17:21:32 +08:00
parent 8bcdd87891
commit 49bb93cc0c
3 changed files with 46 additions and 51 deletions

View File

@@ -27,17 +27,15 @@ layout: compress
<div id="main-wrapper" class="d-flex justify-content-center">
<div id="main" class="container pl-xl-4 pr-xl-4">
{{ content }}
{% include footer.html %}
</div>
{% include search-results.html %}
</div> <!-- #main-wrapper -->
{% include footer.html %}
{% if page.mermaid %}
{% include mermaid.html %}
{% endif %}