Skip to content
Snippets Groups Projects
Unverified Commit dcd18cb9 authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Allow navbar to be extended

parent f3079816
No related branches found
No related tags found
No related merge requests found
<!-- The page title --> <!-- The page title -->
<nav class="top-nav"> <nav class="top-nav nav-extended">
<div class="container"> <div class="container">
<div class="nav-wrapper"> <div class="nav-wrapper">
<a class="page-title"> <a class="page-title">
......
...@@ -62,7 +62,7 @@ nav, .side-nav .collapsible-body > ul:not(.collapsible) > li.active, ...@@ -62,7 +62,7 @@ nav, .side-nav .collapsible-body > ul:not(.collapsible) > li.active,
/** sizing for navigation */ /** sizing for navigation */
nav.top-nav { nav.top-nav {
height: 122px; min-height: 122px;
box-shadow: none box-shadow: none
} }
...@@ -73,8 +73,7 @@ div.nav-wrapper { ...@@ -73,8 +73,7 @@ div.nav-wrapper {
nav .nav-wrapper a.page-title { nav .nav-wrapper a.page-title {
line-height: 122px; line-height: 122px;
font-size: 48px; font-size: 48px;
height: 122px; min-height: 122px;
white-space: nowrap;
} }
@media only screen and (max-width: 992px) { @media only screen and (max-width: 992px) {
...@@ -83,7 +82,7 @@ nav .nav-wrapper a.page-title { ...@@ -83,7 +82,7 @@ nav .nav-wrapper a.page-title {
} }
nav .nav-wrapper a.page-title { nav .nav-wrapper a.page-title {
font-size: 36px; font-size: 36px;
height: 36px; min-height: 36px;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment