Dawn theme: Move header menu to the right side. Keep logo on the left

Hey @KetanKumar your help on this thread is amazing!

Quick question - on the Dawn theme I am trying to move my logo a little to the left (it is currently left aligned, need to move it more to the left on larger screens). This is the code I tried adding to base.css and it didnt do anything, any suggestions? Much appreciated!

@media screen and (min-width: 750px) {
.logo-align–left {
position: relative;
left: 100px; /* change value as you like */
}
}