freifunk-rhein-sieg.net/css/_header.scss

17 lines
307 B
SCSS
Raw Normal View History

2018-03-10 08:02:53 +00:00
@import "variables";
header {
nav {
background-color: $ff_color;
.nav-wrapper {
padding: 0 25px;
2018-03-10 12:33:31 +00:00
width: 100vw;
2018-03-10 08:02:53 +00:00
.brand-logo {
2018-03-10 12:33:31 +00:00
@media screen and (max-width: 991px){
text-align: center;
width: 100%;
}
2018-03-10 08:02:53 +00:00
font-weight: 300;
}
}
}
}