Can anyone tell me how to reduce the vertical white space at the bottom of the <header> element that appears in layout.html when rendered? I think it's bottom padding, but I'm not sure.
I've been tuning the style of some elements with custom style sheet using @media screen, but I can't seem to find what controls the height for the header. I've added this line to my layout.html after the default appends. I think that means my css will override the preceding ones. Is that correct? {{response.files.append(URL('static','css/base_plus.css'))}} --