@media screen and (min-width: 568px) {
    #headerLogo {
        float: left;
    }
    
    #headerLogo img {
        margin-right: 10px;
    }
}