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:
Amir Pourmand 2022-02-14 07:22:51 +03:30 committed by GitHub
parent 16a1a77974
commit 13e6ceb1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ layout: parse
</head>
<!-- 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 -->
{%- include header.html %}