Skip to content

Instantly share code, notes, and snippets.

@yhira
Created April 19, 2018 12:47
Show Gist options
  • Save yhira/49967977a5372f04840052e1ad9c7d5a to your computer and use it in GitHub Desktop.
Save yhira/49967977a5372f04840052e1ad9c7d5a to your computer and use it in GitHub Desktop.
スマホ(480px以下)でサイドバーをコンテンツの下に表示しない(Cocoon)
/*480px以下*/
@media screen and (max-width: 480px){
#sidebar{
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment