There is extra space between header navigation and title-image on horizontal display direction on smartphones
There is a bug in title-image.scss:
.header-offset {
width: 100%;
content: "";
display: block;
@include respond-to-medium(height, $header-min-height);
}
$header-min-height
need to be $header-content-min-height
.