@media only screen and (min-width: 320px) and (max-width: 767px) {
    .top-bar .logo.logo-wide {
        margin-left: 12px !important; /* Ensures it overrides any conflicting styles */
    }
}
