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

12 lines
178 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;
.brand-logo {
font-weight: 300;
}
}
}
}