diff --git a/_includes/header.html b/_includes/header.html
index 4100d9fd1f61365a6e0e52a5b3332a120679d803..0307a4b16a639a583bcedb0b2179220c7cce5d12 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,5 +1,5 @@
 <!-- The page title -->
-<nav class="top-nav">
+<nav class="top-nav nav-extended">
   <div class="container">
     <div class="nav-wrapper">
       <a class="page-title">
diff --git a/public/css/main.css b/public/css/main.css
index febbb36902208e0b9bb0daf3844f8a19b4de2d0a..df4c1c7846e0348c9a4097b965f736af10badc1e 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -62,7 +62,7 @@ nav, .side-nav .collapsible-body > ul:not(.collapsible) > li.active,
 
 /** sizing for navigation */
 nav.top-nav {
-  height: 122px;
+  min-height: 122px;
   box-shadow: none
 }
 
@@ -73,8 +73,7 @@ div.nav-wrapper {
 nav .nav-wrapper a.page-title {
   line-height: 122px;
   font-size: 48px;
-  height: 122px;
-  white-space: nowrap;
+  min-height: 122px;
 }
 
 @media only screen and (max-width: 992px) {
@@ -83,7 +82,7 @@ nav .nav-wrapper a.page-title {
   }
   nav .nav-wrapper a.page-title {
     font-size: 36px;
-    height: 36px;
+    min-height: 36px;
   }
 }