Layout Spacing problem when footer_fixed: false (#554)
* fix space * Minor adjustments Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
This commit is contained in:
parent
16a1a77974
commit
13e6ceb1c7
@ -13,7 +13,7 @@ layout: parse
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Body -->
|
<!-- Body -->
|
||||||
<body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
|
<body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
{%- include header.html %}
|
{%- include header.html %}
|
||||||
|
Loading…
Reference in New Issue
Block a user