Hello I have a logo on my website that I just can't seem to get centered. My css for the logo is as follow,
@media only screen and (min-width: 768px) {
#logo {
float: none;
margin: 0 auto;
width: 768px;
}
}
http://www.questdesign.com.au/
Any chance you might know what i'm missing? Any help would be great. Thanks.