@media screen and (max-width: 890px) {
+ .logo {
+ top: 30px;
+ left: 30px;
+ }
+
// Nav-icon from: http://w3bits.com/animated-menu-icon-css/
.nav-icon {
//margin: 1em;
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
- background-color: @yellow;
+ background-color: #fff;
border-radius: 3px;
content: '';
display: block;
#header {
height: auto;
min-height: 130px;
+ z-index: 10;
}
nav[role=navigation] {
- background-color: #202020;
+ background-color: #222428;
//margin: 0 -20px; // To offset the 20px margin from .content
}
padding: 0;
float: none;
text-align: center;
+ position: relative;
li {
float: none;
margin: 0;
+
+ a {
+ border: none !important;
+ }
}
a {