diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/common/header.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html index 3765ae6..b43a592 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -75,11 +75,8 @@ {% endif %} </head> <body> - <div class="top-level-footer-wrapper"> + <div style="display: flex; flex-direction: column; min-height: 100vh;"> {% unless site.settings.navbar.hide or page.navbar.hide %} - <div class="footer-wrapper-collapse"> - {% include common/navbar.html %} - </div> + {% include common/navbar.html %} {% endunless %} - <div class="footer-wrapper-expand"> - <div class="container"> + <div class="container" style="flex: 1;"> |