body > header > nav {
width: 100%;
background-color: #22272e;
- height: 3rem;
+ min-height: 3rem;
}
body > header > nav.m-navbar-landing,
body > header > nav.m-navbar-jumbo {
}
#m-landing-image {
background-size: cover;
- background-color: #666666;
+ background-color: #222222;
background-position: center center;
background-repeat: no-repeat;
margin-top: -4rem;
}
article#m-jumbo > header #m-jumbo-image {
background-size: cover;
- background-color: #666666;
+ background-color: #222222;
background-position: center center;
background-repeat: no-repeat;
font-size: 2.5vh;
body > header > nav {
width: 100%;
background-color: #ffffff;
- height: 3rem;
+ min-height: 3rem;
}
body > header > nav.m-navbar-landing,
body > header > nav.m-navbar-jumbo {