Header is not top aligned
jace opened this issue · 0 comments
jace commented
The last update to Hasjob has introduced a new issue: the header is no longer aligned to the top of the page, and a large gap is present between the header and the content. The culprit is this block above root, where the two input elements have a height. Adding class="hidden"
fixes the height problem, but maybe these properties should be moved to the existing search box instead of adding a new block.
<div itemscope="" itemtype="http://schema.org/WebSite">
<link itemprop="url" href="https://hasjob.co/">
<form itemprop="potentialAction" itemscope="" itemtype="http://schema.org/SearchAction">
<meta itemprop="target" content="https://hasjob.co/?q={query}">
<input itemprop="query-input" type="text" name="query">
<input type="submit">
</form>
</div>