Thank, you right.
But it is still a problem with height of header on tablet and mobile resolution. Maby I can make it smaller with custom CSS like this
@media ( min-width: 600px ) {
.header-top {
padding: 2rem 0;
}
}
(checked it – don’t work, but I am not a coder)