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

fix(ui): min-height of page layout exceeds the mobile screen

This commit is contained in:
Cotes Chung
2023-05-20 05:26:12 +08:00
parent f6bf6d0864
commit 73af59194a
5 changed files with 16 additions and 11 deletions

View File

@@ -5,11 +5,7 @@ layout: default
{% include lang.html %}
{% include origin-type.html %}
{% if layout.tail_includes %}
{% assign has_tail = true %}
{% endif %}
<div class="row{% unless has_tail %} mb-5{% endunless %}">
<div class="row">
<!-- core -->
<div id="core-wrapper" class="col-12 col-lg-11 col-xl-9 pe-xl-4">
{% capture padding %}
@@ -56,7 +52,7 @@ layout: default
</div>
<!-- tail -->
{% if has_tail %}
{% if layout.tail_includes %}
<div class="row">
<div id="tail-wrapper" class="col-12 col-lg-11 col-xl-9 px-3 pe-xl-4 mt-5">
{% for _include in layout.tail_includes %}