Sure
http://squarepixel.net/
Don’t mind all mess around, just trying to figure out what is what.
I did visit your link before couple of time, was searching for an answer for hour now.
Been trying dozens of ideas, none of them works aside of simple one, turning logo off on mobile devices…
@media only screen and (max-width: 800px){
.site-logo {
display: none;
}
}