Twenty Seventeen – Navigation bar, logo, header size

Add the following to your style.css. Using Flex to align and space the items in the header.

#masthead .wrap {
    display: flex;
    justify-content: space-between;
}
.navigation-top a {
    width:100%;
}