I created the child theme and modified media-responsive.css.
My logo doesn’t align left on my LG Optimus G Pro.
Link
@media only screen and (min-width: 480px) and (max-width: 767px) {
.logo img{ margin-left:35%; }
@media only screen and (min-width: 200px) and (max-width: 480px) {
.logo img{ margin-left:5%; }
...
}