diff options
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html index e3a9158..e9fcc2b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,9 +17,9 @@ <![endif]--> </head> <body> - <div class="wrapper"> - <div class="block"> + <div class="top-level-footer-wrapper"> + <div class="footer-wrapper-row"> {% include navbar.html %} </div> - <div class="block push"> + <div class="footer-wrapper-row footer-wrapper-row-auto-height"> <div class="container"> |