Skip to content

Instantly share code, notes, and snippets.

@kharissulistiyo
Created August 20, 2016 17:50
Show Gist options
  • Save kharissulistiyo/94db5026b7ac0237868041afcbe47f22 to your computer and use it in GitHub Desktop.
Save kharissulistiyo/94db5026b7ac0237868041afcbe47f22 to your computer and use it in GitHub Desktop.
Custom CSS
@media only screen and (max-width:1280px){
#mainnav{
display: none;
}
.btn-menu{
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment