freifunk-rhein-sieg.net/css/_header.scss
2018-03-10 09:02:53 +01:00

12 lines
178 B
SCSS

@import "variables";
header {
nav {
background-color: $ff_color;
.nav-wrapper {
padding: 0 25px;
.brand-logo {
font-weight: 300;
}
}
}
}