2018-03-13 17:02:47 +00:00
|
|
|
header {
|
|
|
|
nav {
|
2018-03-18 06:58:06 +00:00
|
|
|
background-color: $ff_magenta;
|
2018-03-13 17:02:47 +00:00
|
|
|
.nav-wrapper {
|
|
|
|
padding: 0 25px;
|
|
|
|
.brand-logo {
|
|
|
|
@media screen and (max-width: 991px){
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
@extend .light-text
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|