diff options
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index a4d14af..2c64cba 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,8 +19,8 @@ </head> <body> <div class="top-level-footer-wrapper"> - <div class="footer-wrapper-row"> + <div class="footer-wrapper-collapse"> {% include navbar.html %} </div> - <div class="footer-wrapper-row footer-wrapper-row-auto-height"> + <div class="footer-wrapper-expand"> <div class="container"> |