My personal distill website with a postcards homepage has a white space above the navbar that won't go away. Tinkering with the CSS theme or index.rmd does not affect the white space. Since it only impacts index.html, I'm assuming it has something to do with postcards.
The white space only appears when I push the built website to Github -- index.html looks fine when I view it locally. I don't know what code to include here since I don't know which part of distill/postcards is contributing to the white space.
EDIT: I eventually resolved my issue - the issue was that a Chrome extension was very slightly altering the HTML. Disabling the extension fixed the issue immediately.