in _layout.scss I noticed this margin-bottom tends to lead to a space between the header and the content that is not present in the screenshot

body {
#header {
background-color: $headerBackgroundColor;
margin-bottom: 18px;
}

It's not present in the demo either so I wonder if it's an issue with the layout used for the demo vs. the other available layouts.