Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 6, 2012 18:27
Show Gist options
  • Save SpencerCooley/3845715 to your computer and use it in GitHub Desktop.
Save SpencerCooley/3845715 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 1280px) and (min-width: 768px) {
.touch table.hide-on-phones { display: table !important; }
.touch table.hide-on-desktops { display: table !important; }
.touch table.show-on-tablets { display: table !important; }
body.home #header-logo {
width:auto;
position:absolute;
top:25px;
left:-15px;
float:left;
z-index:1;
width:200px;
}
}
@media only screen and (max-width: 767px) {
table.hide-on-tablets { display: table !important; }
table.hide-on-desktops { display: table !important; }
table.show-on-phones { display: table !important; }
body.home #header-logo {
width:auto;
position:absolute;
top:55px;
left:-15px;
float:left;
z-index:1;
width:100px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment