@media only screen and (max-width: 1400px){
    svg#logo {
        top: 5px!important;
    }
}

@media only screen and (min-width: 700px) {
    header .meta {
        display: flex;
        align-items: center
    }
}